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

jiangtian pushed a change to branch fix_insert_long_min_max
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 8a1cef9eeb8 fix tests
     add 43fed136b6c fix tests and use optional

No new revisions were added by this update.

Summary of changes:
 .../analyze/load/LoadTsFileTableSchemaCache.java   | 12 +-----
 .../analyze/load/LoadTsFileTreeSchemaCache.java    |  8 +---
 .../plan/node/load/LoadSingleTsFileNode.java       | 19 ++++-----
 .../db/storageengine/dataregion/DataRegion.java    | 13 ++++--
 .../performer/impl/FastCompactionPerformer.java    |  4 +-
 .../execute/utils/MultiTsFileDeviceIterator.java   |  9 +++--
 .../executor/fast/SeriesCompactionExecutor.java    | 19 +++++----
 .../writer/AbstractCrossCompactionWriter.java      |  6 ++-
 .../compaction/repair/RepairDataFileScanUtil.java  | 47 ++++++++++++++--------
 .../estimator/AbstractCompactionEstimator.java     |  9 +++--
 .../selector/impl/SettleSelectorImpl.java          | 22 ++++++----
 .../selector/utils/TsFileResourceCandidate.java    | 12 +++++-
 .../dataregion/tsfile/TsFileResource.java          | 32 ++++++++++-----
 .../tsfile/timeindex/ArrayDeviceTimeIndex.java     | 20 ++++-----
 .../dataregion/tsfile/timeindex/FileTimeIndex.java |  9 +++--
 .../dataregion/tsfile/timeindex/ITimeIndex.java    |  5 ++-
 .../utils/TsFileDeviceStartEndTimeIterator.java    |  6 ++-
 .../dataregion/utils/TsFileResourceUtils.java      | 12 ++++--
 .../wal/recover/file/TsFilePlanRedoer.java         |  9 +++--
 .../file/UnsealedTsFileRecoverPerformer.java       | 10 +++--
 .../apache/iotdb/db/tools/IoTDBDataDirViewer.java  |  6 ++-
 .../iotdb/db/tools/TsFileResourcePrinter.java      | 10 +++--
 .../iotdb/db/tools/utils/TsFileValidationScan.java | 13 +++---
 .../TsFileOverlapValidationAndRepairTool.java      |  8 ++--
 .../apache/iotdb/db/utils/ModificationUtils.java   | 17 ++++++++
 ...eCompactionWithFastPerformerValidationTest.java | 14 ++++---
 ...actionWithReadPointPerformerValidationTest.java | 14 ++++---
 .../InsertionCrossSpaceCompactionRecoverTest.java  |  4 +-
 .../InsertionCrossSpaceCompactionSelectorTest.java |  4 +-
 .../cross/RewriteCompactionFileSelectorTest.java   |  6 ++-
 .../compaction/utils/CompactionCheckerUtils.java   |  5 ++-
 .../dataregion/memtable/TsFileProcessorTest.java   |  3 +-
 32 files changed, 241 insertions(+), 146 deletions(-)

Reply via email to