matthewmturner commented on pull request #1875:
URL: 
https://github.com/apache/arrow-datafusion/pull/1875#issuecomment-1049994245


   @Jimexist i think thats a great idea.  the only thing ill add, which i 
personally would find useful, is the option to provide a custom `.datafusionrc` 
file when starting up (default can of course be `~/.datafusionrc`.
   
   To give you some context, im expecting to setup different environments and 
would like to be able to choose which i want to use without having them all 
bundled.  I.e. I could have one for my main job that has ddl for those 
datasets, and then i could have another focused on arrow dev where i load 
db-benchmark, parquet-testing, and tpch data, etc.  In that case maybe we could 
have something like
   
   no option => startup with `~/.datafusionrc`
   `-f / --file` => existing use case, exits after running, aligned with psql
   `-r / --rc` => startup with selected file, i dont think the `-r` option is 
currently used by psql so shouldnt cause confusion
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to