frazar commented on PR #38360: URL: https://github.com/apache/arrow/pull/38360#issuecomment-1791157885
No worries! In the meantime, I managed to get `gdb` working with python. What I found out is that there was an additional piece of code that was not propagating the `page_checksum_verification` bit correctly, i.e., `MakeReaderProperties()` in "cpp/src/arrow/dataset/file_parquet.cc". However, due to some issues I don't understand (maybe miscompilation?), the bit is still not propagated after `MakeReaderProperties()` is called, despite my changes! -- 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]
