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/03/05 07:31:00 UTC

[incubator-iotdb] branch cherry_pick_cluster updated (623bfad -> 0832d0a)

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

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


    from 623bfad  fix 4 code smells
     add 0832d0a  fix typo

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |  3 ++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 28 +++++++---------------
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  3 +++
 .../org/apache/iotdb/db/metadata/MManager.java     |  5 ++--
 .../db/qp/physical/sys/CreateTimeSeriesPlan.java   |  2 +-
 .../db/qp/physical/sys/ShowChildPathsPlan.java     | 11 +++++----
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  3 +--
 .../db/query/executor/AggregationExecutor.java     | 16 ++++++-------
 .../apache/iotdb/db/service/MetricsService.java    |  2 +-
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  6 ++---
 .../apache/iotdb/tsfile/read/TimeValuePair.java    |  1 -
 .../apache/iotdb/tsfile/utils/Murmur128Hash.java   |  4 ++--
 12 files changed, 38 insertions(+), 46 deletions(-)