sgrebnov commented on code in PR #13405:
URL: https://github.com/apache/datafusion/pull/13405#discussion_r1841554967


##########
datafusion/sql/tests/cases/plan_to_sql.rs:
##########
@@ -585,7 +665,7 @@ fn test_aggregation_without_projection() -> Result<()> {
 
     assert_eq!(
         actual,
-        r#"SELECT sum(users.age), users."name" FROM (SELECT users."name", 
users.age FROM users) GROUP BY users."name""#
+        r#"SELECT sum(age), "name" FROM (SELECT users."name", users.age FROM 
users) GROUP BY "name""#

Review Comment:
   🚀



-- 
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]

Reply via email to