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