This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch UpgradeToolV3
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 9d0de83 compatible with v2 tsfile
new 883a0e4 fix format
add 0e25b57 add merge IT for new tsfile format
new 7e232be Merge branch 'NewTsFile' of https://github.com/apache/iotdb
into UpgradeToolV3
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../level/LevelCompactionTsFileManagement.java | 9 +-
.../db/integration/IoTDBNewTsFileCompactionIT.java | 1018 ++++++++++++++++++++
.../file/metadata/statistics/BinaryStatistics.java | 6 +-
.../metadata/statistics/BooleanStatistics.java | 6 +-
.../file/metadata/statistics/DoubleStatistics.java | 6 +-
.../file/metadata/statistics/FloatStatistics.java | 6 +-
.../metadata/statistics/IntegerStatistics.java | 6 +-
.../file/metadata/statistics/LongStatistics.java | 6 +-
.../iotdb/tsfile/v2/file/header/ChunkHeaderV2.java | 7 +-
9 files changed, 1041 insertions(+), 29 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBNewTsFileCompactionIT.java