You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2023/05/30 14:02:38 UTC

[iotdb] branch master updated (68f93800607 -> 72b508c1871)

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

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


    from 68f93800607 [IOTDB-5939] Correct Flusing Task Timeout Detect Thread's timeout (#9988)
     add 72b508c1871 Support show data types of views (#9969)

No new revisions were added by this update.

Summary of changes:
 .../commons/schema/view/LogicalViewSchema.java     |   8 +-
 .../InsertNonWritableViewException.java}           |  14 +--
 .../db/metadata/cache/TimeSeriesSchemaCache.java   |   7 +-
 .../schemaregion/result/ShowTimeSeriesResult.java  |   4 +-
 .../apache/iotdb/db/metadata/tag/TagManager.java   |   3 +-
 .../db/mpp/common/header/ColumnHeaderConstant.java |   2 +-
 .../operator/schema/SchemaQueryScanOperator.java   |   1 +
 .../operator/schema/source/DeviceSchemaSource.java |   5 +
 .../operator/schema/source/ISchemaSource.java      |  10 ++
 .../schema/source/LogicalViewSchemaSource.java     | 107 ++++++++++++++++---
 .../operator/schema/source/NodeSchemaSource.java   |   5 +
 .../schema/source/PathsUsingTemplateSource.java    |   5 +
 .../schema/source/TimeSeriesSchemaSource.java      | 114 +++++++++++++++++++--
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  21 +++-
 .../config/executor/ClusterConfigTaskExecutor.java |   2 +-
 15 files changed, 261 insertions(+), 47 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/exception/metadata/{MNodeTypeMismatchException.java => view/InsertNonWritableViewException.java} (69%)