Skip to content

Conversation

@iwanttobepowerful
Copy link
Contributor

}
}

public static @Nullable RelNode apply(RelOptRuleCall call, Aggregate aggregate,
Copy link
Contributor Author

@iwanttobepowerful iwanttobepowerful Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LogicalAggregate(group=[{0, 1}], groups=[[{0, 1}, {1}]], CNT=[COUNT()])
  LogicalProject(subset=[rel#142:RelSubset#5.NONE.[]], DEPTNO=[$1], DEPTNO1=[$1])
    LogicalFilter(subset=[rel#140:RelSubset#4.NONE.[0]], condition=[IS NOT NULL($1)])
      LogicalProject(subset=[rel#138:RelSubset#3.NONE.[0]], EMPNO=[$0], DEPTNO=[$7])
        LogicalTableScan(subset=[rel#136:RelSubset#2.NONE.[0]], table=[[scott, EMP]])

@mihaibudiu mihaibudiu added the LGTM-will-merge-soon Overall PR looks OK. Only minor things left. label Jan 21, 2026
…roject maps multiple grouping keys to the same field
@iwanttobepowerful iwanttobepowerful changed the title [CALCITE-7320] Calcite throws a type mismatch error when executing SQL statements that use GROUPING SETS and correlated subqueries [CALCITE-7320] AggregateProjectMergeRule throws AssertionError when Project maps multiple grouping keys to the same field Jan 21, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LGTM-will-merge-soon Overall PR looks OK. Only minor things left.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants