tschaub opened a new pull request, #14026:
URL: https://github.com/apache/arrow/pull/14026

   The current use of `reflect.SliceHeader` fields makes the code less portable 
than it could be.  For example, it is not possible to build with 
[TinyGo](https://tinygo.org/) where the slice header fields have different 
types.
   
   This change proposes using `unsafe.Slice` from Go 1.17 as an alternative.
   
   The tests are still failing for me, so I'm guessing that the changes aren't 
yet entirely correct.  I'll open as a draft PR in hopes of working out any 
issues.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to