You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/05/31 13:34:44 UTC

[iotdb] branch master updated (96f4504e76 -> 9103a21b7b)

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

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


    from 96f4504e76 [IOTDB-3337] return error  which insert wrong type of  data (#6089)
     add 9103a21b7b [IoTDB-2661]Query plan visualization (#6093)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4   |   7 +-
 .../apache/iotdb/commons/conf/IoTDBConstant.java   |   1 +
 .../apache/iotdb/db/mpp/plan/analyze/Analyzer.java |   9 ++
 .../memory/StatementMemorySourceVisitor.java       |  39 +++++++
 .../iotdb/db/mpp/plan/parser/ASTVisitor.java       |   8 ++
 .../plan/planner/plan/node/PlanGraphPrinter.java   | 129 ++++++++++++++++++++-
 .../db/mpp/plan/statement/StatementVisitor.java    |   5 +
 .../ExplainStatement.java}                         |  23 ++--
 8 files changed, 206 insertions(+), 15 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/mpp/plan/statement/{metadata/DeleteTimeSeriesStatement.java => sys/ExplainStatement.java} (67%)