AdamGS opened a new issue, #21972: URL: https://github.com/apache/datafusion/issues/21972
### Is your feature request related to a problem or challenge? My ultimate goal is to be able to benchmark the [Vortex](https://github.com/vortex-data/vortex)/DataFusion integration in a consist and reproducible way, especially for ClickBench. While we have our own tooling, it tends to do through many changes and is not always a perfect match to what DataFusion does, which ends up creating unexpected differences in results. ### Describe the solution you'd like I would like to be able to use the `datafusion-cli` crate to build our own tool, which should be as close as possible to the existing CLI, just with the ability to modify the session. I think it will be useful for us to include our `FileFormat` stuff, but I can imagine it being useful to test any other extension point in DataFusion that isn't part of the main repo. ### Describe alternatives you've considered I can just copy and modify `main.rs` from `datafusion-cli`. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
