duongcongtoai commented on code in PR #19930:
URL: https://github.com/apache/datafusion/pull/19930#discussion_r2766670487


##########
datafusion/expr/src/logical_plan/invariants.rs:
##########
@@ -208,14 +208,16 @@ pub fn check_subquery_expr(
                     if group_expr.contains(expr) && !aggr_expr.contains(expr) {
                         // TODO revisit this validation logic
                         plan_err!(
-                            "Correlated scalar subquery in the GROUP BY clause 
must also be in the aggregate expressions"
+                            "Correlated scalar subquery in the GROUP BY clause 
must \

Review Comment:
   nit: this change is unrelated (it's in my original PR)



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