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/02/15 03:00:43 UTC

[incubator-iotdb] branch new_series_reader updated (8747fa0 -> 8e4a01a)

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

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


    from 8747fa0  [IoTDB-475] Improve the logic of AlignByDevicePlan in PhysicalGenerator (#803)
     add 8e4a01a  [IOTDB-466] group by device -> align by device && group by time range [] -> [) (#805)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     | 18 ++++----
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |  1 -
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  6 +--
 .../iotdb/db/integration/IOTDBGroupByIT.java       | 20 ++++-----
 .../integration/IOTDBGroupByInnerIntervalIT.java   | 12 +++---
 ...upbyDeviceIT.java => IoTDBAlignByDeviceIT.java} | 48 +++++++++++-----------
 .../iotdb/db/integration/IoTDBDisableAlignIT.java  |  2 +-
 .../java/org/apache/iotdb/db/qp/PlannerTest.java   |  2 +-
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |  6 +--
 .../org/apache/iotdb/session/IoTDBSessionIT.java   | 32 ++++++++-------
 10 files changed, 75 insertions(+), 72 deletions(-)
 rename server/src/test/java/org/apache/iotdb/db/integration/{IoTDBGroupbyDeviceIT.java => IoTDBAlignByDeviceIT.java} (98%)