This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch yanshi
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 6c4a521 complete YEAH
new 746d941 add more
new 9fd5ac4 complete yanshi
new 30f047e fix the bug of PlanNodeVisualizer
The 3 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:
.../db/mpp/sql/planner/plan/FragmentInstance.java | 2 +-
.../sql/planner/plan/node/PlanNodeVisualizer.java | 70 +++++++++++-----------
.../sql/planner/plan/node/process/OffsetNode.java | 7 +++
.../sql/planner/plan/node/process/SortNode.java | 11 ++++
.../planner/plan/node/process/TimeJoinNode.java | 2 +-
.../planner/plan/node/source/SeriesScanNode.java | 2 +-
.../iotdb/db/mpp/operator/LimitOperatorTest.java | 14 ++---
.../iotdb/db/mpp/sql/plan/QueryPlannerTest.java | 11 +++-
8 files changed, 72 insertions(+), 47 deletions(-)