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

[incubator-iotdb] branch new_series_reader updated (77a01a5 -> f96fafd)

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

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


    from 77a01a5  add license
     add f96fafd  add some test

No new revisions were added by this update.

Summary of changes:
 .../iotdb/tsfile/read/common/SignalBatchData.java  |  5 ++
 .../org/apache/iotdb/tsfile/utils/PublicBAOS.java  | 13 -----
 .../apache/iotdb/tsfile/read/ExpressionTest.java   | 42 ++++++++++++++++
 .../iotdb/tsfile/read/common/BatchDataTest.java    | 11 +++++
 .../tsfile/read/query/timegenerator/NodeTest.java  |  8 ++++
 .../iotdb/tsfile/utils/TsFileGeneratorForTest.java | 56 ++--------------------
 .../iotdb/tsfile/utils/TsPrimitiveTypeTest.java    | 44 +++++++++++++++++
 7 files changed, 113 insertions(+), 66 deletions(-)
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/read/ExpressionTest.java
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/utils/TsPrimitiveTypeTest.java