kiszk opened a new pull request #7923: URL: https://github.com/apache/arrow/pull/7923
This PR fixes two test failures on BE platform by taking care of big-endian in `setBytes()` and `memcpy()`. ``` % mvn -B -Drat.skip=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dflatc.download.skip=true -rf :arrow-memory-core test ... [ERROR] TestArrowBuf.testSetBytesBigEndian:145 arrays first differed at element [0]; expected:<0> but was:<7> [ERROR] TestByteFunctionHelpers.testStringCompare Multiple Failures (2 failures) expected:<-1> but was:<1> ... [ERROR] Tests run: 31, Failures: 2, Errors: 0, Skipped: 0 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org