tustvold commented on issue #2526:
URL: https://github.com/apache/arrow-adbc/issues/2526#issuecomment-2661032826

   FWIW I wonder if this is the same issue as 
https://github.com/apache/arrow/issues/32276, I wonder if snowflake is using 
flight under the hood.
   
   The C Data interface has the following to say on this topic
   
   > It is recommended, but not required, that the memory addresses of the 
buffers be aligned at least according to the type of primitive data that they 
contain. Consumers MAY decide not to support unaligned memory.
   
   IMO copying unaligned buffers is a bandaid and arrow implementations should 
avoid creating such buffers


-- 
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