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

   …t DB support 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 the encoder & decoder logic. Encoders and 
Decoders are the main part of most of the parquet & arrow-parquet testcases and 
needs fix for variaous encoding & decoding types.
   
   ### What changes are included in this PR?
   
   The fix includes changes to following testcase files:
   cpp/src/parquet/decoder.cc
   cpp/src/parquet/encoder.cc
   
   ### 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 main Issue link: https://github.com/apache/arrow/issues/48151


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