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/11/24 00:56:49 UTC

[iotdb] branch master updated (d5df5c5 -> 6d8cdd0)

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

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


    from d5df5c5  Merge pull request #2060 from haimeiguo/master_division_by_zero_bug
     add 6d8cdd0  [IOTDB-768] Extend more functions in aggregation group by level (#2088)

No new revisions were added by this update.

Summary of changes:
 .../DML Data Manipulation Language.md              |  37 ++-
 .../DML Data Manipulation Language.md              |  37 ++-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |   1 +
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  33 ++-
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |  10 +
 .../db/query/aggregation/AggregateResult.java      |  12 +-
 .../query/dataset/groupby/GroupByTimeDataSet.java  |  14 +-
 .../db/query/executor/AggregationExecutor.java     |  20 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  13 +-
 .../org/apache/iotdb/db/utils/FilePathUtils.java   | 131 ++++++---
 .../db/integration/IoTDBAggregationByLevelIT.java  | 324 +++++++++++++++++++++
 .../db/query/dataset/GroupByLevelDataSetTest.java  |  25 +-
 .../db/query/dataset/GroupByTimeDataSetTest.java   |  18 +-
 13 files changed, 534 insertions(+), 141 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBAggregationByLevelIT.java