zanmato1984 commented on PR #48180: URL: https://github.com/apache/arrow/pull/48180#issuecomment-4819843759
Thanks for testing d97c682 on s390x and sharing the failure log. This looks unrelated to the PR changes: the reported failing path is reference encode + scalar_dynamic decode for std::array<uint8_t, 3000>, which is just a byte-copy path and does not call the bit utility helpers changed here. To confirm, could you please run the same test on the PR base commit a81e6c6015db4ab024bfd3a2d8666bde014ba6f1? ```console ./debug/arrow-utility-test --gtest_filter=TestByteStreamSplitLargeWidth.Roundtrip ``` If it also fails on the base commit, we can treat it as a separate big-endian byte-stream-split issue and merge this PR. -- 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]
