This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 7a563c0 update license (#94)
new a0053ac Added autoRepair functionality to TsFileSequenceReader.
new 923b383 Small refactoring.
new f80955d Added exception to TsFileSequenceReader.readTailMagic, when
there is no tail magic.
new 169959c Merge pull request #98 from
JulianFeinauer/feature/IOTDB-39-add-autorepair-reader
The 1509 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/tsfile/read/TsFileSequenceReader.java | 50 +++++++++++++++++-
.../write/writer/IncompleteFileTestUtil.java | 61 ++++++++++++++++++++++
.../tsfile/read/TsFileSequenceReaderTest.java | 39 ++++++++++++++
.../write/writer/NativeRestorableIOWriterTest.java | 15 ++----
4 files changed, 152 insertions(+), 13 deletions(-)
create mode 100644
tsfile/src/main/java/org/apache/iotdb/tsfile/write/writer/IncompleteFileTestUtil.java