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: [email protected]
For additional commands, e-mail: [email protected]