willtemperley opened a new issue, #98:
URL: https://github.com/apache/arrow-swift/issues/98

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The FlatBuffers files need to be compiled to match the runtime. The 
generated files look for the version marker and won't compile. 
   
   `  static func validateVersion() { FlatBuffersVersion_25_2_10() }
   `
   
   There's a second issue, which is the reason I didn't use  v25.9.23 in #93 -  
it introduces a breaking change.
   
   > I suggest we compile for FlatBuffers v25.2.10 or later. Latest v25.9.23 
introduces another issue in that `allowReadingUnalignedBuffers` is no longer 
supported on `ByteBuffer`s [#92 
](https://github.com/apache/arrow-swift/issues/92)
   
    `allowReadingUnalignedBuffers` is no longer supported. This API is used in 
a few places, for example:
   
   ```
           var footerBuffer = ByteBuffer(
               data: footerData,
               allowReadingUnalignedBuffers: useUnalignedBuffers
           ) 
   ```
   
   I'm not sure why CI is not picking this up.


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