This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/TableModelGrammar_0627
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 56df98acda7 add toString, equals method for table plannode
add a4fa1f5a0c9 perfect sort test
No new revisions were added by this update.
Summary of changes:
.../plan/relational/planner/LogicalPlanner.java | 33 +-
.../distribute/DistributedPlanGenerator.java | 8 +-
.../planner/optimizations/PruneUnUsedColumns.java | 2 +-
.../optimizations/PushPredicateIntoTableScan.java | 2 +-
.../RemoveRedundantIdentityProjections.java | 2 +-
.../planner/optimizations/SimplifyExpressions.java | 2 +-
...lPlanOptimizer.java => TablePlanOptimizer.java} | 2 +-
.../plan/relational/analyzer/SortTest.java | 2034 ++++++++++++++++++--
8 files changed, 1952 insertions(+), 133 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{RelationalPlanOptimizer.java
=> TablePlanOptimizer.java} (96%)