kiszk opened a new pull request #7134: URL: https://github.com/apache/arrow/pull/7134
This PR fixes the failure of `Bitmap::ToString` that currently takes care of little-endian platforms. This test gives a 16-bit value in a 64-bit int and looks at the first half of 64-bit. This is good for little-endian platforms, but it does not work on big-endian platforms. This PR adds code to look at the second half of the 64-bits for big-endian platforms. ---------------------------------------------------------------- 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: [email protected]
