Vasia Kalavri created FLINK-3593:
------------------------------------
Summary: DistinctITCase is failing
Key: FLINK-3593
URL:
https://issues.apache.org/jira/browse/FLINK-3593 Project: Flink
Issue Type: Bug
Components: Table API
Reporter: Vasia Kalavri
The {{DistinctITCase}} test is failing on the {{tableOnCalcite}} branch:
{code}
Failed tests:
DistinctITCase.testDistinctAfterAggregate:70 Internal error: Error while applying rule DataSetAggregateRule, args [rel#28:FlinkAggregate.FLINK.[](input=rel#27:Subset#5.FLINK.[],group={1})]
DistinctITCase.testDistinctAfterAggregate:70 Internal error: Error while applying rule DataSetAggregateRule, args [rel#86:FlinkAggregate.FLINK.[](input=rel#85:Subset#17.FLINK.[],group={1})]
DistinctITCase.testDistinct:53 Internal error: Error while applying rule DataSetAggregateRule, args [rel#53:FlinkAggregate.FLINK.[](input=rel#52:Subset#10.FLINK.[],group={1})]
DistinctITCase.testDistinct:53 Internal error: Error while applying rule DataSetAggregateRule, args [rel#111:FlinkAggregate.FLINK.[](input=rel#110:Subset#22.FLINK.[],group={1})]
DistinctITCase.testDistinctAfterAggregate:56 Internal error: Error while applying rule DataSetAggregateRule, args [rel#28:FlinkAggregate.FLINK.[](input=rel#27:Subset#5.FLINK.[],group={1})]
DistinctITCase.testDistinctAfterAggregate:56 Internal error: Error while applying rule DataSetAggregateRule, args [rel#86:FlinkAggregate.FLINK.[](input=rel#85:Subset#17.FLINK.[],group={1})]
DistinctITCase.testDistinct:44 Internal error: Error while applying rule DataSetAggregateRule, args [rel#53:FlinkAggregate.FLINK.[](input=rel#52:Subset#10.FLINK.[],group={1})]
DistinctITCase.testDistinct:44 Internal error: Error while applying rule DataSetAggregateRule, args [rel#111:FlinkAggregate.FLINK.[](input=rel#110:Subset#22.FLINK.[],group={1})]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)