This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch delete_dev3
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 0cb7588 Merge branch 'delete_dev2' into delete_dev3
new 228f614 replace the file header with standard Apache Header
new 014aa86 add hashCode() method
new 5c971b4 Merge remote-tracking branch 'origin/delete_dev1' into
delete_dev2
new ebcdccf fix sonar tips
new 0986aff fix Apache Header in some files
new 0c83a85 Merge branch 'delete_dev2' into delete_dev3
new ba941fd set the initial deletedAt in PageReader to -1
The 1397 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:
.../db/engine/memtable/PrimitiveMemTable.java | 1 +
.../iotdb/db/engine/modification/Deletion.java | 36 ++++++++++++--------
.../iotdb/db/engine/modification/Modification.java | 38 ++++++++++++++--------
.../db/engine/modification/ModificationFile.java | 29 +++++++++--------
.../io/LocalTextModificationAccessor.java | 29 +++++++++--------
.../engine/modification/io/ModificationReader.java | 29 +++++++++--------
.../engine/modification/io/ModificationWriter.java | 29 +++++++++--------
.../iotdb/db/engine/modification/package-info.java | 30 +++++++++--------
.../version/SimpleFileVersionController.java | 22 +++++++++----
.../bufferwrite/BufferWriteProcessorNewTest.java | 3 +-
.../bufferwrite/BufferWriteProcessorTest.java | 3 +-
.../engine/modification/DeletionFileNodeTest.java | 29 +++++++++--------
.../engine/modification/ModificationFileTest.java | 29 +++++++++--------
.../io/LocalTextModificationAccessorTest.java | 29 +++++++++--------
.../version/SimpleFileVersionControllerTest.java | 34 +++++++++++--------
.../version/SysTimeVersionControllerTest.java | 29 +++++++++--------
.../iotdb/tsfile/read/reader/page/PageReader.java | 2 +-
17 files changed, 231 insertions(+), 170 deletions(-)