comphead commented on code in PR #15531:
URL: https://github.com/apache/datafusion/pull/15531#discussion_r2025064230


##########
datafusion/physical-plan/src/aggregates/row_hash.rs:
##########
@@ -507,6 +507,16 @@ impl GroupedHashAggregateStream {
             AggregateMode::Partial,
         )?;
 
+        // Need to update the group by expressions to point to the correct 
column after schema change

Review Comment:
   ```suggestion
           // Need to update the GROUP BY expressions to point to the correct 
column after schema change
   ```



-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to