This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 7e53f23 Web console: make supervisor reset really scary in the UI
(#9253)
add 868fdeb GREATEST/LEAST post-aggregators in SQL (#8719)
No new revisions were added by this update.
Summary of changes:
docs/querying/sql.md | 2 +
.../aggregation/builtin/GreatestSqlAggregator.java | 136 +++++++
.../aggregation/builtin/LeastSqlAggregator.java | 136 +++++++
.../builtin/MultiColumnSqlAggregator.java | 152 +++++++
.../sql/calcite/planner/DruidOperatorTable.java | 4 +
.../apache/druid/sql/calcite/CalciteQueryTest.java | 444 +++++++++++++++++++++
6 files changed, 874 insertions(+)
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/GreatestSqlAggregator.java
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/LeastSqlAggregator.java
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/MultiColumnSqlAggregator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]