You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/11/09 00:29:42 UTC

[incubator-druid] branch master updated (6eacaf4 -> 0e8c3f7)

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

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    from 6eacaf4  Use more efficient tasks API (#8844)
     add 0e8c3f7  SQL: EARLIEST, LATEST aggregators. (#8815)

No new revisions were added by this update.

Summary of changes:
 docs/querying/sql.md                               |   4 +
 .../first/StringFirstAggregatorFactory.java        |   6 +
 .../last/StringLastAggregatorFactory.java          |   6 +
 .../sql/calcite/aggregation/Aggregations.java      |  36 +++-
 .../builtin/EarliestLatestSqlAggregator.java       | 221 +++++++++++++++++++++
 .../druid/sql/calcite/expression/Expressions.java  |   2 +-
 .../sql/calcite/planner/DruidOperatorTable.java    |   3 +
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 154 ++++++++++++--
 8 files changed, 410 insertions(+), 22 deletions(-)
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/EarliestLatestSqlAggregator.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org