You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by da...@apache.org on 2019/10/30 04:10:41 UTC

[calcite] branch master updated (977ea0d -> 0312265)

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

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


    from 977ea0d  [CALCITE-3446] Make RelMetadataQuery extensible
     add e0d869a  [CALCITE-2018] Queries failed with AssertionError: rel has lower cost than best cost of subset
     add d3b1d85  [CALCITE-2018] Complete work of calcite-2018 (Xiening Dai)
     add 0312265  [CALCITE-2018] Use cluster at the same place where planner was

No new revisions were added by this update.

Summary of changes:
 .../org/apache/calcite/plan/hep/HepPlanner.java    |  5 +-
 .../org/apache/calcite/plan/volcano/RelSet.java    | 23 +++++--
 .../org/apache/calcite/plan/volcano/RelSubset.java |  9 ++-
 .../calcite/plan/volcano/VolcanoPlanner.java       | 70 +++++++++++++++-------
 .../calcite/prepare/CalciteMaterializer.java       |  6 +-
 .../apache/calcite/prepare/CalcitePrepareImpl.java | 25 ++++----
 .../rel/metadata/JaninoRelMetadataProvider.java    |  9 ++-
 .../metadata/ReflectiveRelMetadataProvider.java    |  4 +-
 .../org/apache/calcite/rel/metadata/RelMdUtil.java |  9 +++
 .../calcite/rel/metadata/RelMetadataQuery.java     |  2 +
 .../calcite/rel/metadata/RelMetadataQueryBase.java | 15 ++++-
 .../rel/rules/AbstractMaterializedViewRule.java    |  4 ++
 12 files changed, 128 insertions(+), 53 deletions(-)