wjones127 opened a new issue, #8770: URL: https://github.com/apache/arrow-datafusion/issues/8770
### Is your feature request related to a problem or challenge? When I was trying to configure DataFusion, I encountered two roadblocks while reading the documentation: 1. Once I've found a config option I want to set in one of the structs (in my case [ParquetOptions.pushdown_filters](https://docs.rs/datafusion/latest/datafusion/common/config/struct.ParquetOptions.html#structfield.pushdown_filters)), I couldn't figure out what method I should pass the configuration to. 2. Once I realized I need to set it in `SessionConfig`, I couldn't figure out how I was supposed to access it. I needed to look into the source code to figure out that if I wanted to use `SessionConfig.set()` I needed to use the prefix `datafusion.execution.parquet`. ### Describe the solution you'd like The first issue could be fixed by linking back to `SessionConfig` from each of the `*Options` structs, so users know where to set these. The second issue could be addressed by providing a few examples. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
