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 5a78f12a758 fix the calc way of idAndAttributeIndexMap in TableScanNode
new 50723025f81 perfect the impl of DistributedPlanGenerator
new c7e2a13f7e3 add more ut
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../planner/distribute/AddExchangeNodes.java | 74 +++++-
.../distribute/DistributedPlanGenerator.java | 292 ++++++++++++++++-----
.../distribute/TableDistributionPlanner.java | 33 ++-
.../plan/relational/planner/node/CollectNode.java | 4 +
.../optimizations/PushPredicateIntoTableScan.java | 2 +-
.../plan/relational/analyzer/AnalyzerTest.java | 32 ++-
.../analyzer/MockTableModelDataPartition.java | 166 ++++++++++++
.../relational/analyzer/MockTablePartition.java | 174 ------------
.../plan/relational/analyzer/TestMatadata.java | 29 +-
.../iotdb/commons/partition/DataPartition.java | 17 +-
10 files changed, 555 insertions(+), 268 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/node/CollectNode.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/MockTableModelDataPartition.java
delete mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/MockTablePartition.java