[
https://issues.apache.org/jira/browse/ARROW-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove closed ARROW-9542.
-----------------------------
Resolution: Invalid
This is no longer valid since this code was removed.
> [Rust] [DataFusion] ResolveColumnsRule not implemented fully for aggregate
> queries
> ----------------------------------------------------------------------------------
>
> Key: ARROW-9542
> URL: https://issues.apache.org/jira/browse/ARROW-9542
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust, Rust - DataFusion
> Reporter: Andy Grove
> Priority: Major
> Labels: beginner
>
> ResolveColumnsRule does not resolve columns for inputs to aggregate queries.
> This makes it impossible to apply a filter before an aggregate, for example.
> The fix is simple. The following code around line 52 ...
> {code:java}
> LogicalPlanBuilder::from(input) {code}
> Should be ...
> {code:java}
> LogicalPlanBuilder::from(&self.optimize(input.as_ref())? {code}
> It looks like the same applies for Selection and we should review this
> carefully and add tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)