This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch mergeLastQueryScanNodeOfSameDevice
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 2955c26453f add DeviceLastQueryScanNode
add 99ada4fbe40 Load: Convert to tablets when node is read-only (#15693)
add 18b10bc2d3b Pipe: Fix the inconsistency between schema and values
columns in the process of building tsfile (#15625)
add c5b8d9c8c25 use environment variable and PBKDF to generate main
encrypt key (#15711)
add 855ea12c523 Put last query IT only in 1c1d
add 83ebf5b1a9c Support order by time for Agg align by device query with
cross region data
add b3d0ad72e31 Skip update-cache logic when loading TsFile in
IoTV2Consensus (#15729)
add 369971c8164 fix datanode check (#15730)
add 9d474682cf5 Enhance "remove region" sql to handle the case of DataNode
not exist (#15728)
add 335e174bc32 Merge branch 'iotdb_master' into
mergeLastQueryScanNodeOfSameDevice
No new revisions were added by this update.
Summary of changes:
.../it/query/recent/IoTDBTableAggregationIT.java | 171 +++++++++++++++------
.../iotdb/confignode/manager/ProcedureManager.java | 42 +++--
.../partition/DatabasePartitionTable.java | 10 +-
.../persistence/partition/PartitionInfo.java | 2 +-
.../persistence/partition/RegionGroup.java | 6 +-
.../impl/node/RemoveDataNodesProcedure.java | 5 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 3 -
.../org/apache/iotdb/db/conf/IoTDBStartCheck.java | 29 ++--
.../util/builder/PipeTableModelTsFileBuilder.java | 1 +
.../builder/PipeTableModelTsFileBuilderV2.java | 53 ++++---
.../util/builder/PipeTreeModelTsFileBuilder.java | 1 +
.../util/builder/PipeTreeModelTsFileBuilderV2.java | 42 +++--
.../pipeconsensus/PipeConsensusReceiver.java | 12 +-
.../plan/analyze/load/LoadTsFileAnalyzer.java | 9 +-
.../plan/planner/OperatorTreeGenerator.java | 4 +-
.../plan/planner/distribution/SourceRewriter.java | 13 +-
.../plan/scheduler/load/LoadTsFileScheduler.java | 27 +---
.../db/storageengine/dataregion/DataRegion.java | 3 +-
.../dataregion/utils/TsFileResourceUtils.java | 5 +-
.../file/AbstractTsFileRecoverPerformer.java | 2 +-
.../distribution/AggregationAlignByDeviceTest.java | 19 +++
pom.xml | 2 +-
22 files changed, 307 insertions(+), 154 deletions(-)