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:08:53 UTC

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

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 303bd75f24 reformat code in FragmentInstance
     add 85ed394166 use visit mode to implement PlanNode to PhysicalPlan

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/metadata/Executor/SchemaVisitor.java  | 40 +++++++++++++++++++++-
 .../db/mpp/sql/planner/plan/node/PlanNode.java     |  5 ---
 .../db/mpp/sql/planner/plan/node/PlanVisitor.java  | 11 ++++--
 .../write/CreateAlignedTimeSeriesNode.java         | 19 ++++------
 .../node/metedata/write/CreateTimeSeriesNode.java  | 13 -------
 5 files changed, 53 insertions(+), 35 deletions(-)