alamb commented on PR #8856:
URL: 
https://github.com/apache/arrow-datafusion/pull/8856#issuecomment-1893592499

   I also double checked with a quick test locally:
   ```shell
   venv) 
andrewlamb@Andrews-MacBook-Pro:~/Software/arrow-datafusion/datafusion-cli$ 
./target/debug/datafusion-cli  -c 'select foo()' || echo "fail"
   DataFusion CLI v34.0.0
   Error: Error during planning: Invalid function 'foo'.
   Did you mean 'cos'?
   fail
   (venv) 
andrewlamb@Andrews-MacBook-Pro:~/Software/arrow-datafusion/datafusion-cli$ 
./target/debug/datafusion-cli  -c 'select 1' || echo "fail"
   DataFusion CLI v34.0.0
   +----------+
   | Int64(1) |
   +----------+
   | 1        |
   +----------+
   1 row in set. Query took 0.014 seconds.
   ```
   
   And it seems to work great. Thanks @tshauck !


-- 
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