tustvold commented on issue #2992:
URL: 
https://github.com/apache/arrow-datafusion/issues/2992#issuecomment-1200496708

   > Makes sense, I guess this would just be something you can register in the 
SessionContext?
   
   So for people manually constructing `ParquetExec` as part of a custom 
`TableProvider`, they can obviously just pass the new parameter.
   
   The option could then be added to `ParquetFormat` to allow constructing a 
`ListingOptions` and in turn a `ListingTable` that uses this setting. Finally 
we _could_ expose it in `ParquetReadOptions` so that it can be used with 
`SessionContext::read_parquet`, but I'm not sure if we want to expose it at 
this high a level. Does that sound reasonable?


-- 
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]

Reply via email to