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 2019/07/10 10:44:44 UTC

[incubator-iotdb] branch master updated (fd05a3c -> 11d3316)

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

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


    from fd05a3c  [IOTDB-129]Fix statistic bug when restoring incomplete tsfile (#230)
     add 09d30d0  fix file name compare bug
     new 11d3316  Merge pull request #233 from apache/fix_file_name_compare

The 1 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:
 .../engine/storagegroup/StorageGroupProcessor.java |  7 ++---
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  6 ++---
 .../iotdb/db/qp/plan/LogicalPlanSmallTest.java     | 10 ++++----
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 10 ++++----
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |  6 ++---
 .../{SystemConstant.java => TsFileConstant.java}   |  4 +--
 .../org/apache/iotdb/tsfile/read/common/Path.java  | 30 ++++++++++------------
 7 files changed, 35 insertions(+), 38 deletions(-)
 rename tsfile/src/main/java/org/apache/iotdb/tsfile/common/constant/{SystemConstant.java => TsFileConstant.java} (93%)


[incubator-iotdb] 01/01: Merge pull request #233 from apache/fix_file_name_compare

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 11d3316e5c9c20c91a3f1af37f2960e3d3b504f9
Merge: fd05a3c 09d30d0
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Wed Jul 10 18:44:40 2019 +0800

    Merge pull request #233 from apache/fix_file_name_compare
    
    fix file name compare bug

 .../engine/storagegroup/StorageGroupProcessor.java |  7 ++---
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  6 ++---
 .../iotdb/db/qp/plan/LogicalPlanSmallTest.java     | 10 ++++----
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 10 ++++----
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |  6 ++---
 .../{SystemConstant.java => TsFileConstant.java}   |  4 +--
 .../org/apache/iotdb/tsfile/read/common/Path.java  | 30 ++++++++++------------
 7 files changed, 35 insertions(+), 38 deletions(-)