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/07/26 11:51:59 UTC

[incubator-iotdb] branch optimize_path updated (35b7c91 -> da1d214)

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

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


    from 35b7c91  Update SqlBase.g4
     new 400d391  alignbydevice1
     new 58f1dad  Merge branch 'optimize_path' of https://github.com/apache/incubator-iotdb into optimize_path
     new 0021335  Merge branch 'optimize_path' of https://github.com/apache/incubator-iotdb into optimize_path
     new f67a76a  alignbydevice2
     new da1d214  Merge pull request #1564 from Alima777/optimize_path

The 3789 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:
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  30 ++--
 .../db/qp/physical/crud/AlignByDevicePlan.java     |   9 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  14 +-
 .../db/query/dataset/AlignByDeviceDataSet.java     |  24 +--
 .../iotdb/db/integration/IoTDBAlignByDeviceIT.java | 164 ++++++++++-----------
 .../org/apache/iotdb/tsfile/read/common/Path.java  |   3 +
 6 files changed, 120 insertions(+), 124 deletions(-)