appletreeisyellow commented on issue #5471: URL: https://github.com/apache/arrow-datafusion/issues/5471#issuecomment-1679035300
I was trying to implement something you both described above, and before I add any code, I tried to run sqllogictests and `datafusion-cli`. Then I found something weird: * When I ran `cargo test -p datafusion --test sqllogictests -- functions`, all the tests passed * Then I ran `cargo build`. When I copied the queries from the test file to `datafusion-cli`, I got the same error message `Internal error: The "upper" function can only accept strings.. ` https://github.com/apache/arrow-datafusion/blob/6ad79165f6554a66aa5ed4c5d432401c2c162f69/datafusion/core/tests/sqllogictests/test_files/functions.slt#L616 * Why the same query passes in sqllogictests, but it gets an error in `datafusion-cli`? Am I missing anything? -- 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]
