You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/07/26 02:27:18 UTC

[incubator-iotdb] branch dev_merge updated (a8153b0 -> 5b33de9)

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

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


    from a8153b0  use buffered stream in DefaultTsFileOutput
     add 5b33de9  fix test and improper hashcode in measurementSchema

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/jdbc/IoTDBQueryResultSetTest.java  |  8 +++++++-
 .../java/org/apache/iotdb/db/engine/merge/MergeLogTest.java  |  6 +++---
 .../java/org/apache/iotdb/db/engine/merge/MergeTaskTest.java |  3 ++-
 .../java/org/apache/iotdb/db/engine/merge/MergeTest.java     | 12 +++++++++++-
 .../java/org/apache/iotdb/db/utils/EnvironmentUtils.java     |  2 +-
 .../apache/iotdb/tsfile/write/schema/MeasurementSchema.java  |  5 ++---
 6 files changed, 26 insertions(+), 10 deletions(-)