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

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


    from e03efd10277 add adjust ID column
     add 661f436a47a Support auto create table (#12841)
     add 751420c9eb9 Add collect node for table model (#12845)
     new 1ee67dbec72 Merge branch 'ty/TableModelGrammar' into 
TableModelIngestion

The 1 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:
 .../execution/config/TableConfigTaskVisitor.java   | 35 +---------
 .../plan/planner/plan/node/PlanNodeType.java       |  1 +
 .../plan/planner/plan/node/PlanVisitor.java        |  5 ++
 .../analyzer/StatementAnalyzerFactory.java         |  2 +-
 .../metadata/fetcher/TableDeviceSchemaFetcher.java | 15 +++--
 .../fetcher/TableHeaderSchemaValidator.java        | 78 +++++++++++++++++++++-
 .../plan/relational/planner/node/CollectNode.java  | 56 ++++++++++++++++
 .../plan/relational/planner/node/OutputNode.java   |  1 +
 8 files changed, 153 insertions(+), 40 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/node/CollectNode.java

Reply via email to