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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Hello, 
   
   I'm the maintainer of the flatbuffers swift port, and we have a couple of 
changes within the pipeline 
https://github.com/google/flatbuffers/pull/8484#issuecomment-2594701128 that 
might be important for arrow.
   
   TLDR: We refactored the implementation of a bytebuffer to directly read from 
`[Data, UInt8, ContiguousBytes, pointers]` aka without copying the data from 
those objects into our own internal storage. And we want to know if this will 
break anything, and if we need to return the flag 
`allowReadingUnalignedObjects` since in theory the first 4 bytes of the and 
byte buffer should be a valid root for a Flatbuffer object even if unaligned. 
One way to say that this byte buffer has a valid flat buffer object is to use 
the verifier before reading any data
   
   Wasn't sure where to tag this, so sorry in advance
   
   ### Component(s)
   
   Swift


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

Reply via email to