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

caogaofei pushed a change to branch beyyes/fix_node_ordering
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 96978f8e0e0 Merge branch 'master' into beyyes/fix_node_ordering
     new 235cd6d7f4e Reapply "Clean databaseName when setSqlDialect"
     new 50dda9837af Reapply "Fix optimizers doesn't work when execute Explain 
Analyze query"

The 2 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:
 .../it/query/recent/IoTDBNullIdQueryIT.java        | 12 ++++++
 .../java/org/apache/iotdb/session/Session.java     |  2 +
 .../iotdb/session/pool/TableSessionWrapper.java    | 28 +++++++-------
 .../iotdb/db/protocol/session/IClientSession.java  |  6 +++
 .../config/executor/ClusterConfigTaskExecutor.java |  2 +-
 .../plan/planner/plan/node/PlanGraphPrinter.java   |  9 +++++
 .../relational/planner/TableLogicalPlanner.java    | 13 ++++++-
 ...olumns.java => PruneExplainAnalyzeColumns.java} | 16 ++++----
 .../planner/node/ExplainAnalyzeNode.java           | 20 ++++++++--
 .../plan/relational/planner/node/Patterns.java     |  4 ++
 .../optimizations/LogicalOptimizeFactory.java      |  2 +
 .../optimizations/UnaliasSymbolReferences.java     | 15 +++++++-
 .../relational/analyzer/ExplainAnalyzeTest.java    | 43 ++++++++++++++++++++++
 .../plan/relational/planner/PlanTester.java        |  8 ++--
 .../planner/assertions/PlanMatchPattern.java       | 13 +++++++
 15 files changed, 159 insertions(+), 34 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/iterative/rule/{PruneOutputSourceColumns.java
 => PruneExplainAnalyzeColumns.java} (77%)
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/ExplainAnalyzeTest.java

Reply via email to