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

[incubator-iotdb] branch cluster updated (57b8069 -> f190a95)

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

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


    from 57b8069  Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster
     new 96c87a0  remove system.exit() on Test for better checking the problem when running test
     new d3fda08  Merge pull request #134 from apache/remove_system_exit
     new f949dd9  replace renameTo() with FileUtils.moveFile()
     new 6aacb62  Merge pull request #136 from apache/fix_rename_in_version
     new f1d3f44  Fix a bug of reading data with value filter (#135)
     new f190a95  merge master

The 1721 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:
 .../version/SimpleFileVersionController.java       |   7 +-
 .../dataset/EngineDataSetWithTimeGenerator.java    |  50 +++++++--
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   3 +-
 .../iotdb/db/integration/IoTDBLimitSlimitIT.java   |   4 +-
 .../EngineDataSetWithTimeGeneratorTest.java        | 123 +++++++++++++++++++++
 5 files changed, 167 insertions(+), 20 deletions(-)
 create mode 100644 iotdb/src/test/java/org/apache/iotdb/db/query/dataset/EngineDataSetWithTimeGeneratorTest.java