jkosh44 opened a new pull request, #14614: URL: https://github.com/apache/datafusion/pull/14614
This commit adds nested expressions to the CLI by default so users can run functions like `array_slice` and other nested expressions. ## Which issue does this PR close? None ## Rationale for this change It can be confusing for users that nested expressions don't work in the CLI by default. The error message is not that helpful either, for example: ``` DataFusion CLI v45.0.0 > select array_slice([1,2,3], 1, 2); Error during planning: Invalid function 'array_slice'. Did you mean 'array_agg'? ``` This PR enables them by default to avoid this confusion. ## Are these changes tested? No ## Are there any user-facing changes? No -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org