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 c5d43fe [CALCITE-3795] Promote the Project digest to only print 0
instead of 0..0 when there is only one trivial field
add 6a322f9 [CALCITE-3769] Deprecate TableScanRule
No new revisions were added by this update.
Summary of changes:
.../enumerable/EnumerableTableScanRule.java | 33 ++++++++++++++++++++--
.../apache/calcite/plan/RelOptAbstractTable.java | 2 +-
.../java/org/apache/calcite/plan/RelOptRules.java | 2 --
.../java/org/apache/calcite/plan/RelOptTable.java | 2 ++
.../java/org/apache/calcite/plan/RelOptUtil.java | 1 -
.../org/apache/calcite/plan/ViewExpanders.java | 9 +++++-
.../java/org/apache/calcite/prepare/Prepare.java | 24 ----------------
.../apache/calcite/prepare/RelOptTableImpl.java | 29 +------------------
.../org/apache/calcite/rel/core/RelFactories.java | 2 +-
.../apache/calcite/rel/rules/TableScanRule.java | 4 +++
.../java/org/apache/calcite/tools/Programs.java | 3 +-
.../java/org/apache/calcite/tools/RelRunners.java | 19 +++++++++++++
.../java/org/apache/calcite/test/JdbcTest.java | 20 ++++++-------
.../org/apache/calcite/test/RelBuilderTest.java | 20 ++-----------
.../org/apache/calcite/test/RelOptRulesTest.java | 3 --
.../test/enumerable/EnumerableJoinTest.java | 6 ++--
.../EnumerableRepeatUnionHierarchyTest.java | 6 ++++
.../test/enumerable/EnumerableRepeatUnionTest.java | 14 +++++++++
.../org/apache/calcite/tools/FrameworksTest.java | 2 +-
.../java/org/apache/calcite/tools/PlannerTest.java | 15 ++++++++--
.../calcite/adapter/elasticsearch/MatchTest.java | 2 +-
21 files changed, 116 insertions(+), 102 deletions(-)