You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/01 00:25:26 UTC

[incubator-iotdb] branch master updated (0d544ad -> da32319)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 0d544ad  Revert "Revert "Move the vulnera-checks section into the apache-release profile (#590)" (#599)" (#604)
     add da32319  fix page writer in statistics (#603)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/hive/TSFHiveInputFormatTest.java  |  2 +-
 .../iotdb/tsfile/file/header/ChunkHeader.java      |  5 --
 .../iotdb/tsfile/file/header/PageHeader.java       | 41 +++--------
 .../tsfile/file/metadata/ChunkGroupMetaData.java   |  4 +-
 .../iotdb/tsfile/file/metadata/ChunkMetaData.java  |  3 +-
 .../file/metadata/statistics/BinaryStatistics.java | 10 +--
 .../file/metadata/statistics/Statistics.java       | 12 ++-
 .../iotdb/tsfile/utils/ReadWriteIOUtils.java       | 34 ++++-----
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  | 12 +--
 .../apache/iotdb/tsfile/write/page/PageWriter.java | 85 +---------------------
 .../tsfile/file/metadata/utils/TestHelper.java     |  3 +-
 .../tsfile/read/TsFileSequenceReaderTest.java      | 37 +++++++---
 12 files changed, 77 insertions(+), 171 deletions(-)