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/04/13 09:20:05 UTC

[iotdb] branch xingtanzjr/modification_pr updated (85ed394166 -> be6bd1596c)

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

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


    from 85ed394166 use visit mode to implement PlanNode to PhysicalPlan
     add be6bd1596c fix compile issue

No new revisions were added by this update.

Summary of changes:
 .../server/ConfigNodeRPCServerProcessorTest.java   | 63 ++++++++--------------
 .../iotdb/db/metadata/Executor/SchemaVisitor.java  | 11 ++--
 .../db/mpp/sql/planner/plan/FragmentInstance.java  | 10 +++-
 .../db/mpp/sql/planner/plan/node/PlanNode.java     |  1 -
 .../write/CreateAlignedTimeSeriesNode.java         |  2 -
 .../node/metedata/write/CreateTimeSeriesNode.java  |  2 -
 .../planner/plan/node/source/SeriesScanNode.java   |  1 -
 .../iotdb/db/service/InternalServiceImpl.java      | 16 ++++--
 .../thrift/impl/DataNodeManagementServiceImpl.java |  1 +
 .../db/mpp/sql/plan/FragmentInstanceSerdeTest.java |  1 +
 .../iotdb/db/service/InternalServiceImplTest.java  | 10 ++--
 11 files changed, 57 insertions(+), 61 deletions(-)