You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/03/06 09:00:21 UTC

[incubator-iotdb] branch jira_545 updated (60ba663 -> 7c35b55)

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

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


    from 60ba663  [IOTDB-545] Update checkPathValidity in Session
     add f514abd  [IOTDB-536] Process about nonExistMeasurement and ConstantMeasurement in AlignByDevice is complex and not intuitive (#874)
     add 40222c0  [IOTDB-546] Show child paths statement doesn't show quotation marks in path
     add 13b2236  Merge pull request #887 from apache/jira_444
     add 7c35b55  Merge remote-tracking branch 'upstream/master' into jira_545

No new revisions were added by this update.

Summary of changes:
 .../5-DataQuery/7-AlignByDeviceQuery.md            | 203 +++++++++++++++++++++
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  10 +-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |   2 +-
 .../db/qp/physical/crud/AlignByDevicePlan.java     | 103 +++--------
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  41 +++--
 .../db/query/dataset/AlignByDeviceDataSet.java     |  98 +++-------
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 133 ++++----------
 .../iotdb/db/metadata/MManagerBasicTest.java       |  41 ++++-
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |   3 +
 9 files changed, 369 insertions(+), 265 deletions(-)
 create mode 100644 docs/Documentation-CHN/SystemDesign/5-DataQuery/7-AlignByDeviceQuery.md