You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/02/10 05:58:39 UTC

[incubator-iotdb] branch new_series_reader updated (8c4c156 -> 7d16f11)

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

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


    from 8c4c156  fix travis
     add 8c51724  add some tests
     add 7d16f11  Merge branch 'new_series_reader' of https://github.com/apache/incubator-iotdb into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../iotdb/tsfile/read/reader/page/PageReader.java  |  5 ---
 .../decoder/delta/DeltaBinaryEncoderLongTest.java  | 18 +++++---
 .../iotdb/tsfile/read/common/BatchDataTest.java    | 52 ++++++++++++++++++++++
 .../read/filter/MinTimeMaxTimeFilterTest.java      |  6 +++
 .../iotdb/tsfile/write/TsFileWriterTest.java       | 24 ++++++----
 .../iotdb/tsfile/write/writer/PageWriterTest.java  | 18 ++++----
 6 files changed, 96 insertions(+), 27 deletions(-)
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/read/common/BatchDataTest.java