You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2020/01/10 08:34:47 UTC

[calcite] branch master updated (3acb308 -> 3092159)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 3acb308  [CALCITE-2450] Reorder RexCall predicates to a canonical form
     add 1e9b4da  [CALCITE-3713] Remove column names from Project#digest
     add 3092159  Refine ColumnUniqueness for Subset(input=Sort)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/calcite/plan/hep/HepPlanner.java    | 21 ++++---
 .../calcite/plan/volcano/VolcanoPlanner.java       | 22 ++++---
 .../java/org/apache/calcite/rel/core/Project.java  | 41 +++++++++----
 .../rel/metadata/RelMdColumnUniqueness.java        |  1 +
 .../java/org/apache/calcite/rex/RexProgram.java    | 12 ++--
 .../calcite/test/LogicalProjectDigestTest.java     | 69 ++++++++++++++++++++++
 .../apache/calcite/test/MaterializationTest.java   |  6 +-
 .../java/org/apache/calcite/tools/PlannerTest.java | 22 +++----
 .../org/apache/calcite/test/RelOptRulesTest.xml    |  4 +-
 9 files changed, 147 insertions(+), 51 deletions(-)
 create mode 100644 core/src/test/java/org/apache/calcite/test/LogicalProjectDigestTest.java