You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/03/23 12:11:55 UTC

[iotdb] branch xingtanzjr/distribution_planner updated (749f4bd -> 8c2ea30)

This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a change to branch xingtanzjr/distribution_planner
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 749f4bd  spotless
     add dbcec6a  format cofde
     add ce2ed1b  improve the InsertTabletNode and InsertTabletStatement
     add 8c2ea30  Merge branch 'add_mpp_interface' into xingtanzjr/distribution_planner

No new revisions were added by this update.

Summary of changes:
 .../commons/partition/DataPartitionQueryParam.java |  3 +--
 .../iotdb/commons/partition/PartitionInfo.java     |  3 +--
 .../commons/partition/SchemaRegionPlaceInfo.java   |  3 ++-
 .../apache/iotdb/db/mpp/sql/analyze/Analysis.java  | 12 ++++++++++
 .../apache/iotdb/db/mpp/sql/analyze/Analyzer.java  | 13 ++++++++++-
 .../db/mpp/sql/analyze/ClusterSchemaFetcher.java   |  4 +++-
 .../iotdb/db/mpp/sql/analyze/ISchemaFetcher.java   |  3 ++-
 .../mpp/sql/analyze/StandaloneSchemaFetcher.java   |  4 +++-
 .../iotdb/db/mpp/sql/planner/LogicalPlanner.java   |  8 ++++++-
 .../sql/planner/plan/node/write/InsertNode.java    | 14 ++++--------
 .../planner/plan/node/write/InsertTabletNode.java  | 14 +-----------
 .../sql/statement/crud/InsertBaseStatement.java    | 18 ++++-----------
 .../sql/statement/crud/InsertTabletStatement.java  | 26 +---------------------
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  1 +
 .../db/service/thrift/impl/TSServiceImpl.java      |  2 +-
 15 files changed, 55 insertions(+), 73 deletions(-)