lidavidm opened a new issue, #282: URL: https://github.com/apache/arrow-go/issues/282
### Describe the enhancement requested Some types want 16 byte (or more) alignment, such as decimal256, and it's easiest just to overallocate + align to avoid issues (even if it's not strictly _required_ by the spec, many things in practice assume it). We have to overallocate since the allocator API is not given an alignment. Context: https://github.com/apache/arrow-adbc/issues/2526 ### Component(s) Other -- 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