Evgeny Stanilovsky created IGNITE-28881:
-------------------------------------------
Summary: Calcite. Plan without exchange under aggregate need to be
produced
Key: IGNITE-28881
URL: https://issues.apache.org/jira/browse/IGNITE-28881
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Evgeny Stanilovsky
Check [1]. Currently there are present indexes i.e.
{noformat}
createTable("TH1", IgniteDistributions.hash(Arrays.asList(0, 1)),
"A", Integer.class, "B", Integer.class, "C", Integer.class)
.addIndex("TH1_IDX", 0, 1),
createTable("TH2", IgniteDistributions.hash(Arrays.asList(1, 2)),
"A", Integer.class, "B", Integer.class, "C", Integer.class)
.addIndex("TH2_IDX", 0, 1)
{noformat}
this test need to pass also without indexes (i.e. no exchange under aggregate)
[1]
org.apache.ignite.internal.processors.query.calcite.planner.WindowPlannerTest#testCorrelatedDistribution
--
This message was sent by Atlassian Jira
(v8.20.10#820010)