alamb commented on PR #7137:
URL: https://github.com/apache/arrow-rs/pull/7137#issuecomment-2706290700

   So it seems like the request for next steps on this PR is to add a opt-in 
flag. Something like
   
   ```rust
   let stream_reader = ArrowArrayStreamReader::try_new(ffi_stream)
     .with_align_buffers()
   ```
   
   Which would set a flag that would do the opt in automatic data alignment


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to