This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 6ae17d54a7b Fix getIDeviceId when device is empty
add 4354bbb2c92 change PartialPath in deletion to MeasurementPath
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/db/it/IoTDBInsertWithQueryIT.java | 6 +-
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 4 +-
.../iotdb/db/auth/ClusterAuthorityFetcher.java | 4 +-
.../apache/iotdb/db/auth/IAuthorityFetcher.java | 3 +-
.../dataregion/DataExecutionVisitor.java | 7 ++-
.../schemaregion/PipePlanPatternParseVisitor.java | 4 +-
.../impl/DataNodeInternalRPCServiceImpl.java | 3 +-
.../queryengine/plan/analyze/AnalyzeVisitor.java | 4 +-
.../db/queryengine/plan/parser/ASTVisitor.java | 4 +-
.../plan/parser/StatementGenerator.java | 4 +-
.../planner/plan/node/write/DeleteDataNode.java | 37 +++++------
.../db/queryengine/plan/statement/Statement.java | 2 +-
.../plan/statement/crud/DeleteDataStatement.java | 12 ++--
.../db/storageengine/dataregion/DataRegion.java | 12 ++--
.../execute/utils/MultiTsFileDeviceIterator.java | 5 +-
.../dataregion/modification/Deletion.java | 12 ++--
.../dataregion/modification/Modification.java | 10 +--
.../io/LocalTextModificationAccessor.java | 6 +-
.../wal/recover/file/TsFilePlanRedoer.java | 6 +-
.../utils/datastructure/PatternTreeMapFactory.java | 4 +-
.../iotdb/db/metadata/path/PatternTreeMapTest.java | 73 +++++++++++-----------
.../extractor/PipePlanPatternParseVisitorTest.java | 5 +-
.../resource/PipeTsFileResourceManagerTest.java | 8 +--
.../pipe/PipeEnrichedDeleteDataNodeSerdeTest.java | 10 +--
.../node/write/DeleteDataNodeSerdeTest.java | 10 +--
.../storageengine/dataregion/DataRegionTest.java | 70 ++++++++++-----------
.../compaction/CompactionTaskComparatorTest.java | 4 +-
.../compaction/ReadChunkInnerCompactionTest.java | 30 +++++----
...eCrossSpaceCompactionWithFastPerformerTest.java | 12 ++--
...sSpaceCompactionWithReadPointPerformerTest.java | 12 ++--
.../InnerSeqCompactionWithFastPerformerTest.java | 8 +--
...nerSeqCompactionWithReadChunkPerformerTest.java | 8 +--
.../inner/InnerSpaceCompactionSelectorTest.java | 6 +-
.../ReadChunkCompactionPerformerAlignedTest.java | 3 +-
.../repair/RepairUnsortedFileCompactionTest.java | 4 +-
.../settle/SettleCompactionSelectorTest.java | 58 ++++++++---------
.../modification/ModificationFileTest.java | 30 ++++-----
.../io/LocalTextModificationAccessorTest.java | 10 +--
.../dataregion/wal/io/WALFileTest.java | 3 +-
.../wal/node/ConsensusReqReaderTest.java | 3 +-
.../wal/recover/file/TsFilePlanRedoerTest.java | 3 +-
.../file/UnsealedTsFileRecoverPerformerTest.java | 3 +-
.../iotdb/db/tools/TsFileAndModSettleToolTest.java | 4 +-
.../apache/iotdb/commons/path/MeasurementPath.java | 2 +-
.../commons/pipe/pattern/IoTDBPipePattern.java | 2 +-
.../org/apache/iotdb/commons/utils/AuthUtils.java | 2 +-
46 files changed, 277 insertions(+), 255 deletions(-)