jayzhan211 commented on code in PR #15287:
URL: https://github.com/apache/datafusion/pull/15287#discussion_r2000153792
##
datafusion/sql/src/select.rs:
##
@@ -826,6 +827,13 @@ impl SqlToRel<'_, S> {
.map(|expr| rebase_expr(expr, &aggr_projection_exprs, input))
jayzhan211 commented on code in PR #15287:
URL: https://github.com/apache/datafusion/pull/15287#discussion_r2000153792
##
datafusion/sql/src/select.rs:
##
@@ -826,6 +827,13 @@ impl SqlToRel<'_, S> {
.map(|expr| rebase_expr(expr, &aggr_projection_exprs, input))
Jiashu-Hu commented on code in PR #15287:
URL: https://github.com/apache/datafusion/pull/15287#discussion_r2001662346
##
datafusion/sql/src/select.rs:
##
@@ -826,6 +827,13 @@ impl SqlToRel<'_, S> {
.map(|expr| rebase_expr(expr, &aggr_projection_exprs, input))
Jiashu-Hu opened a new pull request, #15287:
URL: https://github.com/apache/datafusion/pull/15287
## Which issue does this PR close?
- Closes [#15004](https://github.com/apache/datafusion/issues/15004).
## Rationale for this change
The current error messages f