cj-zhukov commented on PR #20421: URL: https://github.com/apache/datafusion/pull/20421#issuecomment-3920591723
### High-level overview This PR fixes incorrect handling of ordered-set aggregate syntax. Specifically: - Updated `datafusion/sql/src/expr/function.rs` to return a planning error when `ORDER BY` is used inline - Added test coverage in `datafusion/sqllogictest/test_files/aggregate.slt` to ensure these invalid forms now return a syntax/planning error -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
