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 53bbd2d [CALCITE-3947] AbstractRelOptPlanner.classes should be
LinkedHashSet so that rule match order is deterministic across runs
add 21777f1 [CALCITE-3944] Move dumpSets and dumpGraphviz out of
VolcanoPlanner
No new revisions were added by this update.
Summary of changes:
.../org/apache/calcite/plan/volcano/Dumpers.java | 339 +++++++++++++++++++++
.../calcite/plan/volcano/VolcanoPlanner.java | 305 +-----------------
2 files changed, 344 insertions(+), 300 deletions(-)
create mode 100644
core/src/main/java/org/apache/calcite/plan/volcano/Dumpers.java