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 2019/11/30 10:11:09 UTC

[incubator-iotdb] branch master updated (094aefd -> 8437ad5)

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/incubator-iotdb.git.


    from 094aefd  Revert "Move the vulnera-checks section into the apache-release profile (#590)" (#599)
     add 8437ad5  Revert "[IOTDB-298] Refactor the "last" and "first" aggregators" (#601)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  2 +-
 .../5-Operation Manual/4-SQL Reference.md          | 14 +---
 .../5-Operation Manual/4-SQL Reference.md          | 18 ++---
 ...{FirstValueAggrFunc.java => FirstAggrFunc.java} |  4 +-
 .../{LastValueAggrFunc.java => LastAggrFunc.java}  |  4 +-
 .../db/query/executor/AggregateEngineExecutor.java |  6 +-
 .../iotdb/db/query/factory/AggreFuncFactory.java   | 12 ++--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  4 +-
 .../org/apache/iotdb/db/integration/Constant.java  |  8 +--
 .../iotdb/db/integration/IOTDBGroupByIT.java       | 28 ++++----
 .../iotdb/db/integration/IoTDBAggregationIT.java   | 34 ++++-----
 .../integration/IoTDBAggregationLargeDataIT.java   | 80 +++++++++++-----------
 .../integration/IoTDBAggregationSmallDataIT.java   | 32 ++++-----
 .../tsfile/common/constant/StatisticConstant.java  |  4 +-
 14 files changed, 115 insertions(+), 135 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/query/aggregation/impl/{FirstValueAggrFunc.java => FirstAggrFunc.java} (97%)
 rename server/src/main/java/org/apache/iotdb/db/query/aggregation/impl/{LastValueAggrFunc.java => LastAggrFunc.java} (97%)