Vishwanatha-HD opened a new pull request, #48180:
URL: https://github.com/apache/arrow/pull/48180

   … on s390x
   
   ### Rationale for this change
   
   This PR is intended to enable Parquet DB support on Big-endian (s390x) 
systems. The fix in this PR fixes "arrow-acero-asof-join-node-test" testcase 
failure.
   
   The "arrow-acero-asof-join-node-test" testcase was Aborted/core dumped on 
Big-endian platforms.
   
   ./arrow-acero-asof-join-node-test
   [ RUN      ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic1Backward/3
   [       OK ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic1Backward/3 (201 ms)
   [ RUN      ] AsofJoinNodeTest/AsofJoinBasicTest.TestBasic1Backward/4
   arrow/cpp/src/arrow/compute/util.cc:35:  Check failed: false 
   Aborted (core dumped)
   
   ### What changes are included in this PR?
   
   The fix includes changes to "util.cc" file to address the Abort/Core dump 
issues.
   
   ### Are these changes tested?
   
   Yes. The changes are tested on s390x arch to make sure things are working 
fine. The fix is also tested on x86 arch, to make sure there is no new 
regression introduced.
   
   ### Are there any user-facing changes?
   
   No
   
   GitHub Issue: [C++][Parquet] Enable Parquet DB support on Big Endian (IBM Z) 
systems https://github.com/apache/arrow/issues/48151
   
   The sub-issue link: [C++][Parquet] Fix arrow-acero-asof-join-node-test 
failures on Big-Endian (s390x) systems
   https://github.com/apache/arrow/issues/48177


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