alamb commented on issue #5471: URL: https://github.com/apache/arrow-datafusion/issues/5471#issuecomment-1680316131
> Why the same query passes in sqllogictests, but it gets an error in datafusion-cli? Am I missing anything Maybe you are still using an old version of `datafusion-cli` 🤔 What exact commands are you using to do "cargo build. When I copied the queries from the test file to datafusion-cli" I think it should be something like this: ```shell cd datafusion-cli cargo build ./target/debug/datafusion-cli ``` If you want to install `datafusion-cli` in your path you need to do something like ```shell cd datafusion-cli cargo install # now you can run datafusion-cli anywhere datafusion-cli ``` -- 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]
