RichardHaythorn opened a new issue, #36301:
URL: https://github.com/apache/arrow/issues/36301

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Version: 12.0.1
   
   "An input buffer was poorly aligned.  This could lead to crashes or "
                      "poor performance on some hardware.  Please ensure that 
all Acero "
                      "sources generate aligned buffers, or change the 
unaligned buffer "
                      "handling configuration to silence this warning."
   
   When  doing a do_get with pyarrow flight clients now, a warning is triggered 
for every column in every recordbatch with misaligned buffers, causing a lot of 
warnings to be printed to console. This is due to flight creating misaligned 
buffers #32276. I believe this was introduced by #35565 in how it handles 
unaligned buffers. As there is no way to change this behaviour in pyarrow, I'm 
not sure how to sidestep this. 
   
   Apologies for not being able to provide a MWE of the bug
   
   ### Component(s)
   
   C++, Python


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