daniel-adam-tfs opened a new pull request, #663: URL: https://github.com/apache/arrow-go/pull/663
### Rationale for this change To ensure the Arrow and Parquet Go libraries work correctly on big-endian architectures. ### What changes are included in this PR? Added endianness-aware BYTE_STREAM_SPLIT decoding in the parquet/encoding package. Fixed tests in the parquet package to handle byte order correctly on big-endian systems. ### Are these changes tested? Yes, all affected unit tests now pass on both little-endian and big-endian machines. The changes specifically address some of the previously failing tests on big-endian systems. ### Are there any user-facing changes? No user-facing API changes. The changes are internal and ensure correct behavior on supported architectures. -- 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]
