collimarco opened a new issue, #6763:
URL: https://github.com/apache/arrow-datafusion/issues/6763

   ### Is your feature request related to a problem or challenge?
   
   If we had these two options we could invoke `datafusion-cli` directly from 
other programs and languages:
   
   1. a `-command ` option to pass the SQL query directly as an argument on the 
command line
   2. a `-format` option to create an output that is machine readable, like 
CSV, JSON or Parquet
   
   Both options are supported for example by `psql` (Postgresql client) and it 
would be nice to have the same feature for `datafusion`. This would allow to 
invoke a standalone program (datafusion-cli) from other programs or from bash, 
for example to query a file using SQL.
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### 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]

Reply via email to