This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from efb39a61 Fix error when write aligned tablet with null date (#250)
add 89cfae7e Load TsFile version upon openning a TsFileSequenceReader
(#254)
No new revisions were added by this update.
Summary of changes:
.../exception/NotCompatibleTsFileException.java | 4 ++
.../tsfile/exception/TsFileRuntimeException.java | 4 ++
.../apache/tsfile/read/TsFileSequenceReader.java | 33 ++++++++++------
.../write/writer/RestorableTsFileIOWriter.java | 46 ++++++++++++----------
.../tsfile/compatibility/CompatibilityTest.java | 20 ++++++++++
5 files changed, 75 insertions(+), 32 deletions(-)