jorisvandenbossche commented on pull request #10575: URL: https://github.com/apache/arrow/pull/10575#issuecomment-870509975
I think the option needed to be added to `ParquetReadOptions` instead of `ParquetFragmentScanOptions`, because it is an option that determines the schema of the resulting dataset, and not just how an individual fragment gets scanned. To do that, it required a small addition in the C++ code for the Parquet Dataset. -- 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]
