You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by hy...@apache.org on 2020/07/26 14:26:29 UTC

[calcite] branch master updated (0fdf185 -> b7e2454)

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

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


    from 0fdf185  [CALCITE-4141] Make checkstyle tasks relocatable to support Gradle build cache
     add b7e2454  [CALCITE-4129] Support deep equality check for RelNode

No new revisions were added by this update.

Summary of changes:
 .../org/apache/calcite/plan/hep/HepRelVertex.java  |  4 +-
 .../org/apache/calcite/plan/volcano/RelSubset.java |  4 +-
 .../org/apache/calcite/rel/AbstractRelNode.java    | 73 +++++++++++++++-------
 .../main/java/org/apache/calcite/rel/RelNode.java  | 21 +++++++
 .../java/org/apache/calcite/rel/core/Filter.java   |  8 +--
 .../java/org/apache/calcite/rel/core/Join.java     | 10 +--
 .../java/org/apache/calcite/rel/core/Project.java  |  8 +--
 .../apache/calcite/rel/logical/LogicalFilter.java  |  8 +--
 .../apache/calcite/rel/logical/LogicalJoin.java    |  8 +--
 .../apache/calcite/rel/logical/LogicalProject.java |  8 +--
 .../java/org/apache/calcite/rex/RexSubQuery.java   | 16 +++--
 .../rel/logical/ToLogicalConverterTest.java        | 27 ++++++++
 12 files changed, 139 insertions(+), 56 deletions(-)