[
https://issues.apache.org/jira/browse/FLINK-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289015#comment-15289015
]
Fabian Hueske commented on FLINK-3507:
--------------------------------------
After updating to Calcite 1.7, I implemented support for {{LogicalValues}}.
Pruning is now working correctly.
> PruneEmptyRules does not prune empty node as expected.
> -------------------------------------------------------
>
> Key: FLINK-3507
> URL: https://issues.apache.org/jira/browse/FLINK-3507
> Project: Flink
> Issue Type: Improvement
> Components: Table API
> Reporter: Chengxiang Li
> Priority: Minor
> Fix For: 1.1.0
>
>
> {noformat}
> val t = CollectionDataSets.get3TupleDataSet(env).as('a, 'b, 'c)
> .where(Literal(false))
> .groupBy('b)
> .select('a.sum)
> {noformat}
> With PruneEmptyRules instances enabled, we expect the empty Aggregate and
> Project should be removed, while it's not removed after logical optimization.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)