You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "crepererum (via GitHub)" <gi...@apache.org> on 2023/05/03 10:53:12 UTC

[GitHub] [arrow-datafusion] crepererum opened a new pull request, #6199: fix: `common_subexpr_eliminate` w/ aggregates and relations

crepererum opened a new pull request, #6199:
URL: https://github.com/apache/arrow-datafusion/pull/6199

   # Which issue does this PR close?
   \-
   
   # Rationale for this change
   An oversight in #6129 which would let the newly added test `aggregate_with_releations_and_dots` fail w/:
   
   ```text
   SchemaError(FieldNotFound { field: Column { relation: None, name: "table.test.col.a" }, valid_fields: [Column { relation: Some(Partial { schema: "table", table: "test" }), name: "col.a" }, Column { relation: None, name: "AVG(UInt32(1) + table.test.col.atable.test.col.aUInt32(1) AS UInt32(1) + table.test.col.a)UInt32(1) + table.test.col.atable.test.col.aUInt32(1) AS UInt32(1) + table.test.col.a" }] })
   ```
   
   # What changes are included in this PR?
   Fix.
   
   # Are these changes tested?
   New test `aggregate_with_releations_and_dots`
   
   # Are there any user-facing changes?
   Bugfix.


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

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


[GitHub] [arrow-datafusion] alamb merged pull request #6199: fix: `common_subexpr_eliminate` w/ aggregates and relations

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #6199:
URL: https://github.com/apache/arrow-datafusion/pull/6199


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

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