comphead commented on issue #2430:
URL: 
https://github.com/apache/arrow-datafusion/issues/2430#issuecomment-1117138434

   2 bugs here.
   - `resolve_aliases_to_exprs(&group_by_expr, &alias_map)?;` which does wrong 
resolving and breaks expr to 
`substr(substr(aggregate_test_100.c1,Int64(1),Int64(1)),Int64(1),Int64(1))` 
instead of `substr(aggregate_test_100.c1,Int64(1),Int64(1))`
   - `check_columns_satisfy_exprs` that gets confused because of alias the same 
as col name in agg expression


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

Reply via email to