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 43fed136b6c fix tests and use optional
add d083a7156a3 rename & self review
No new revisions were added by this update.
Summary of changes:
.../it/session/IoTDBSessionRelationalIT.java | 126 +++++++++++++++++++
.../iotdb/session/it/IoTDBSessionSimpleIT.java | 58 ++++++++-
.../compaction/repair/RepairDataFileScanUtil.java | 22 ++--
.../selector/impl/SettleSelectorImpl.java | 4 +-
.../wal/recover/file/TsFilePlanRedoer.java | 4 +-
.../load/splitter/AlignedChunkData.java | 4 +-
.../splitter/BatchedAlignedValueChunkData.java | 4 +-
.../compaction/CompactionDataTypeNotMatchTest.java | 19 ++-
.../FastCompactionPerformerWithEmptyPageTest.java | 5 +-
.../FastInnerCompactionPerformerTest.java | 134 ++++++++++++---------
.../dataregion/tsfile/TsFileResourceTest.java | 12 +-
.../wal/recover/WALRecoverManagerTest.java | 21 ++--
.../file/SealedTsFileRecoverPerformerTest.java | 33 ++---
.../file/UnsealedTsFileRecoverPerformerTest.java | 21 ++--
.../resources/conf/iotdb-system.properties | 16 ---
.../conf/iotdb-system.properties.template | 2 +-
16 files changed, 340 insertions(+), 145 deletions(-)