This is an automated email from the ASF dual-hosted git repository.
gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from fb38036a92a Update `TableInputSpec` to be able to handle specific
segments. (#18922)
add 0e2f86fc09b SQL: Add rule for merging nested Aggregates. (#18498)
No new revisions were added by this update.
Summary of changes:
.../sql/calcite/planner/CalciteRulesManager.java | 12 +-
.../druid/sql/calcite/rule/AggregateMergeRule.java | 353 +++++++++++++++++++++
.../druid/sql/calcite/CalciteJoinQueryTest.java | 90 ++----
.../apache/druid/sql/calcite/CalciteQueryTest.java | 195 +++++++++---
.../druid/sql/calcite/CalciteSubqueryTest.java | 7 +-
...InnerJoinOnTwoInlineDataSources@all_disabled.iq | 184 +++++------
...rInnerJoinOnTwoInlineDataSources@all_enabled.iq | 184 +++++------
[email protected] | 184 +++++------
...eDataSources@filter-on-value-column_disabled.iq | 184 +++++------
[email protected] | 184 +++++------
[email protected] | 184 +++++------
[email protected] | 184 +++++------
.../testGroupByWithLiteralInSubqueryGrouping.iq | 40 +--
13 files changed, 1120 insertions(+), 865 deletions(-)
create mode 100644
sql/src/main/java/org/apache/druid/sql/calcite/rule/AggregateMergeRule.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]