ratmice opened a new issue, #23386: URL: https://github.com/apache/datafusion/issues/23386
### Is your feature request related to a problem or challenge? It would be nice if we could essentially call `geodatafusion::register(...)`, and reuse the basic datafusion-cli without a lot of copy/paste code or maintenance burden. https://github.com/datafusion-contrib/geodatafusion/issues/84 ### Describe the solution you'd like I intend to post a PR where we export most of the current `main_inner` function, from the binary into the `datafusion-cli` lib, that allows people customizing datafusion-cli with a default `CliSessionContext` to just call into the library for most of the configuration/argument parsing. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
