mgrazianoc opened a new issue, #37884: URL: https://github.com/apache/arrow/issues/37884
### Describe the bug, including details regarding any error messages, version, and platform. **Bug** During FlightClient.doGet call, processing utf-8 generated from the flight server using [arrow-rs](https://github.com/apache/arrow-rs) leads to misaligned error. **Details** It's a simple `testString` in a single `TEST` column. The same test was made on the python flight server, and no errors were raised. **Error Messages** ```sh Swift/UnsafeRawPointer.swift:1203: Fatal error: load from misaligned raw pointer ``` **System details** - Using Xcode Version 15.0 beta 8 (15A5229m) - Building for Apple Vision Pro Simulator - Swift-Driver version: 1.87.1 Apple Swift version 5.9 (swiftlang-5.9.0.128.106 clang-1500.0.40.1) ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
