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 2020/01/16 02:00:17 UTC

[calcite] branch master updated (990ed29 -> 30313f3)

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 990ed29  [CALCITE-3640] Oracle EXISTSNODE Function Support (ritesh-kapoor)
     add 30313f3  [CALCITE-3736] Add an interface in RelOptRuleCall to customize the propagation of hints before registering into planner rule

No new revisions were added by this update.

Summary of changes:
 ...itutionVisitor.java => RelHintsPropagator.java} | 28 ++++++-----
 .../org/apache/calcite/plan/RelOptRuleCall.java    | 55 ++++++++++++++--------
 .../java/org/apache/calcite/plan/RelOptUtil.java   | 38 +++++++--------
 .../org/apache/calcite/plan/hep/HepRuleCall.java   |  6 +--
 .../calcite/plan/volcano/VolcanoRuleCall.java      |  6 +--
 .../calcite/rel/hint/ExplicitHintMatcher.java      | 14 ++++--
 .../calcite/rel/hint/ExplicitHintStrategy.java     |  3 +-
 .../org/apache/calcite/test/MockRelOptPlanner.java |  4 +-
 8 files changed, 89 insertions(+), 65 deletions(-)
 copy core/src/main/java/org/apache/calcite/plan/{MaterializedViewSubstitutionVisitor.java => RelHintsPropagator.java} (55%)