wesm opened a new pull request #7302: URL: https://github.com/apache/arrow/pull/7302
There are benign warnings in the cpp-conda-valgrind build due to accessing uninitialized trailing bits in validity bitmaps. Fixing the warnings without relying on compiler definitions is more complex than it seems (assuming you don't want to always memset the bitmap to all 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: [email protected]
