You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/06/23 04:36:59 UTC

[incubator-iotdb] branch fix_path_0.9 updated (e5224e6 -> d77f640)

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

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


    from e5224e6  Merge remote-tracking branch 'origin/fix_path_0.9' into fix_path_0.9
     add d77f640  nodename with string

No new revisions were added by this update.

Summary of changes:
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java   | 2 +-
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java | 1 -
 .../org/apache/iotdb/db/engine/cache/DeviceMetaDataCache.java    | 2 +-
 server/src/main/java/org/apache/iotdb/db/metadata/MTree.java     | 8 +-------
 server/src/main/java/org/apache/iotdb/db/metadata/MetaUtils.java | 9 ++++++++-
 .../org/apache/iotdb/db/qp/executor/QueryProcessExecutor.java    | 7 +------
 .../java/org/apache/iotdb/db/qp/strategy/LogicalGenerator.java   | 3 ---
 .../org/apache/iotdb/tsfile/common/constant/TsFileConstant.java  | 3 ++-
 .../src/main/java/org/apache/iotdb/tsfile/read/common/Path.java  | 9 +++++----
 9 files changed, 19 insertions(+), 25 deletions(-)