This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch h/TableModelWrite
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1c1cdb645ca Merge branch 'h/TableModelWrite' of
github.com:apache/iotdb into h/TableModelWrite
add 31cda40b00e Change SeriesScanUtil to IFullPath
add 4842f8dc7ee change some compactions
add 75ec66a4652 Merge branch 'h/TableModelWrite' of
https://github.com/apache/iotdb into h/TableModelWrite
No new revisions were added by this update.
Summary of changes:
.../protocol/thrift/impl/ClientRPCServiceImpl.java | 13 +-
.../execution/driver/DataDriverContext.java | 8 +-
.../fragment/FragmentInstanceContext.java | 14 +-
.../execution/fragment/QueryContext.java | 16 +-
.../AlignedSeriesAggregationScanOperator.java | 6 +-
.../operator/source/AlignedSeriesScanOperator.java | 4 +-
.../operator/source/AlignedSeriesScanUtil.java | 16 +-
.../execution/operator/source/FileLoaderUtils.java | 30 +-
.../source/SeriesAggregationScanOperator.java | 6 +-
.../operator/source/SeriesScanOperator.java | 4 +-
.../execution/operator/source/SeriesScanUtil.java | 11 +-
.../source/relational/TableScanOperator.java | 16 +-
.../plan/planner/LocalExecutionPlanner.java | 6 +-
.../plan/planner/OperatorTreeGenerator.java | 36 +-
.../plan/planner/TableOperatorGenerator.java | 4 +-
.../planner/plan/parameter/SeriesScanOptions.java | 15 +-
.../schemaregion/utils/ResourceByPathUtils.java | 95 +-
.../db/storageengine/dataregion/DataRegion.java | 5 +-
.../dataregion/IDataRegionForQuery.java | 4 +-
.../dataregion/VirtualDataRegion.java | 4 +-
.../impl/ReadPointCompactionPerformer.java | 17 +-
.../utils/reader/SeriesDataBlockReader.java | 25 +-
.../dataregion/memtable/AbstractMemTable.java | 3 +-
.../dataregion/memtable/IMemTable.java | 3 +-
.../dataregion/memtable/TsFileProcessor.java | 9 +-
.../metadata/MemAlignedChunkMetadataLoader.java | 6 +-
.../chunk/metadata/MemChunkMetadataLoader.java | 6 +-
.../dataregion/tsfile/TsFileResource.java | 24 +-
.../db/queryengine/execution/DataDriverTest.java | 19 +-
.../AlignedSeriesAggregationScanOperatorTest.java | 14 +-
.../operator/AlignedSeriesScanOperatorTest.java | 110 +-
.../execution/operator/DeviceViewOperatorTest.java | 16 +-
.../execution/operator/MergeSortOperatorTest.java | 1501 ++++++++--------
.../execution/operator/OperatorMemoryTest.java | 33 +-
.../operator/SingleDeviceViewOperatorTest.java | 20 +-
.../execution/operator/SortOperatorTest.java | 184 +-
.../execution/operator/TopKOperatorTest.java | 1826 ++++++++++----------
.../storageengine/dataregion/DataRegionTest.java | 95 +-
.../iotdb/db/storageengine/dataregion/TTLTest.java | 10 +-
.../dataregion/memtable/PrimitiveMemTableTest.java | 118 +-
.../dataregion/memtable/TsFileProcessorTest.java | 30 +-
.../MemAlignedChunkMetadataLoaderTest.java | 7 +-
.../chunk/metadata/MemChunkMetadataLoaderTest.java | 4 +-
.../AlignedSeriesScanLimitOffsetPushDownTest.java | 8 +-
.../AlignedSeriesScanPredicatePushDownTest.java | 8 +-
...gleColumnSeriesScanLimitOffsetPushDownTest.java | 8 +-
.../series/SeriesScanLimitOffsetPushDownTest.java | 3 +-
.../series/SeriesScanPredicatePushDownTest.java | 3 +-
.../wal/recover/file/TsFilePlanRedoerTest.java | 52 +-
.../iotdb/commons/path/AlignedFullPath.java} | 38 +-
.../org/apache/iotdb/commons/path/IFullPath.java} | 72 +-
.../iotdb/commons/path/NonAlignedFullPath.java | 84 +
.../org/apache/iotdb/commons/path/PartialPath.java | 11 +
.../apache/iotdb/commons/path/PatternTreeMap.java | 14 +
54 files changed, 2424 insertions(+), 2270 deletions(-)
copy
iotdb-core/{datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/DeviceEntry.java
=>
node-commons/src/main/java/org/apache/iotdb/commons/path/AlignedFullPath.java}
(52%)
copy
iotdb-core/{datanode/src/main/java/org/apache/iotdb/db/utils/windowing/api/Window.java
=> node-commons/src/main/java/org/apache/iotdb/commons/path/IFullPath.java}
(52%)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/path/NonAlignedFullPath.java