You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/15 09:21:28 UTC

[incubator-iotdb] branch delete_dev2 updated (e86f93a -> ebcdccf)

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

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


    from e86f93a  Merge branch 'delete_dev1' into delete_dev2
     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

The 1384 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:
 .../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 +++++++++----
 .../version/SimpleFileVersionControllerTest.java   |  5 ++-
 9 files changed, 147 insertions(+), 100 deletions(-)