tshauck commented on code in PR #18831: URL: https://github.com/apache/datafusion/pull/18831#discussion_r2558375022
########## datafusion/sqllogictest/test_files/join.slt.part: ########## @@ -1504,7 +1504,7 @@ drop table t0; statement ok create table t1(v1 int, v2 int); -query error DataFusion error: Schema error: No field named tt1.v2. Valid fields are tt1.v1. +query error DataFusion error: Error during planning: Column in ORDER BY must be in GROUP BY or an aggregate function Review Comment: This is changed now because of `check_columns_satisfy_exprs` -- I think this is a better error IMO vs what was there. -- 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]
