felipecrv opened a new issue, #43: URL: https://github.com/apache/arrow-go/issues/43
### Describe the enhancement requested Replace `bufBuilder` and `bufferBuilder` with the utilities (by moving them) used by compute kernels [1]. The existing builders have confusing APIs and don't take advantage of Go generics like [1] does. The list and list-view builders should use these buffer builders directly instead of using numeric *array* builders to build their numeric buffers. [1] https://github.com/apache/arrow/blob/main/go/arrow/compute/internal/kernels/helpers.go#L886 ### Component(s) Go -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org