You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yo...@apache.org on 2023/01/13 14:22:21 UTC

[iotdb] branch Move-ConfigNodeConfig-into-CommonConfig updated (5f5ad78410 -> ce8329bb35)

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

yongzao pushed a change to branch Move-ConfigNodeConfig-into-CommonConfig
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 5f5ad78410 Update IoTDBConfig.java
     add 993cf647fb fix data partition update error (#8840)
     add a387d290f2 [IOTDB-5372] Support data type cast in SELECT INTO
     add 054032205f Merge branch 'master' into Move-ConfigNodeConfig-into-CommonConfig
     add ce8329bb35 Update TypeInferenceUtils.java

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Data-Concept/Data-Type.md           |  25 ++-
 docs/UserGuide/Data-Concept/Encoding.md            |  29 +--
 docs/UserGuide/Query-Data/Select-Into.md           |   2 +-
 docs/zh/UserGuide/Data-Concept/Data-Type.md        |  33 ++-
 docs/zh/UserGuide/Data-Concept/Encoding.md         |  33 +--
 docs/zh/UserGuide/Query-Data/Select-Into.md        |   2 +-
 .../iotdb/db/it/selectinto/IoTDBSelectIntoIT.java  | 237 +++++++++++++++++----
 .../org/apache/iotdb/db/it/utils/TestUtils.java    |  14 ++
 .../operator/process/AbstractIntoOperator.java     |  47 ++--
 .../operator/process/DeviceViewIntoOperator.java   |   8 +-
 .../execution/operator/process/IntoOperator.java   |  10 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  26 +++
 .../iotdb/db/mpp/plan/analyze/SelectIntoUtils.java |  63 ++++++
 .../db/mpp/plan/analyze/cache/PartitionCache.java  |   7 +-
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  30 ++-
 .../parameter/DeviceViewIntoPathDescriptor.java    |  45 +++-
 .../planner/plan/parameter/IntoPathDescriptor.java |  27 ++-
 .../apache/iotdb/db/utils/TypeInferenceUtils.java  |  10 +-
 18 files changed, 517 insertions(+), 131 deletions(-)