This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch fix-ts-n
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from dc3b57d7e1a fix
add 1befb1b4fe5 Pipe: disable multiple path and path exclusion (#17038)
add 8aef1952c31 Remove some method implementations related to the object
type (#17054)
add 56097ac5b2f Fix data export logic to avoid redundant high frequency
query (#17049)
add 36dadf5d965 Upper case data type from SQL statement, and add a
validation for non exist data type. (#17057)
add 26bf07d9d9a Merge branch 'master' of https://github.com/apache/iotdb
into fix-ts-n
No new revisions were added by this update.
Summary of changes:
.../db/it/schema/IoTDBAlterTimeSeriesTypeIT.java | 16 ++
.../auto/basic/IoTDBTreePatternFormatIT.java | 13 ++
.../treemodel/manual/IoTDBPipeInclusionIT.java | 3 +
.../org/apache/iotdb/tool/data/ExportDataTree.java | 221 ++++++++++++---------
.../impl/DataNodeInternalRPCServiceImpl.java | 8 -
.../operator/process/function/partition/Slice.java | 6 +-
.../relational/aggregation/RecordIterator.java | 6 +-
.../db/queryengine/plan/parser/ASTVisitor.java | 27 ++-
.../org/apache/iotdb/db/utils/ObjectTypeUtils.java | 61 +-----
.../db/pipe/pattern/TreePatternPruningTest.java | 2 +
.../db/pipe/source/IoTDBDataRegionSourceTest.java | 2 +
.../commons/exception/ObjectFileNotExist.java | 6 +-
.../datastructure/pattern/IoTDBTreePattern.java | 5 +
.../datastructure/pattern/PrefixTreePattern.java | 5 +
.../pipe/datastructure/pattern/TreePattern.java | 18 ++
.../pattern/UnionIoTDBTreePattern.java | 5 +
.../datastructure/pattern/UnionTreePattern.java | 5 +
.../pattern/WithExclusionIoTDBTreePattern.java | 5 +
.../pattern/WithExclusionTreePattern.java | 5 +
.../src/main/thrift/datanode.thrift | 8 -
20 files changed, 242 insertions(+), 185 deletions(-)