Re: [PR] cli: Add nested expressions [datafusion]

2025-02-11 Thread via GitHub
alamb commented on PR #14614: URL: https://github.com/apache/datafusion/pull/14614#issuecomment-2651708835 I think this is a regression -- likely due to - https://github.com/apache/datafusion/pull/14483 as the nested functions used to work just fine Thanks for finding and fixing

Re: [PR] cli: Add nested expressions [datafusion]

2025-02-11 Thread via GitHub
alamb merged PR #14614: URL: https://github.com/apache/datafusion/pull/14614 -- 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...@datafusi

[PR] cli: Add nested expressions [datafusion]

2025-02-11 Thread via GitHub
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 #

Re: [PR] cli: Add nested expressions [datafusion]

2025-02-10 Thread via GitHub
jkosh44 closed pull request #14596: cli: Add nested expressions URL: https://github.com/apache/datafusion/pull/14596 -- 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 unsubscr

[PR] cli: Add nested expressions [datafusion]

2025-02-10 Thread via GitHub
jkosh44 opened a new pull request, #14596: URL: https://github.com/apache/datafusion/pull/14596 ## Which issue does this PR close? None ## Rationale for this change Without this I am unable to use nested expressions with the CLI. ## What changes are included in thi