You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2020/02/26 16:52:57 UTC

[druid] branch master updated (92fb837 -> c9faf3e)

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 92fb837  Add support for optional aws credentials for s3 for ingestion (#9375)
     add c9faf3e  Add SQL GROUPING SETS support. (#9122)

No new revisions were added by this update.

Summary of changes:
 docs/querying/sql.md                               |  18 +-
 .../apache/druid/query/groupby/GroupByQuery.java   |  12 +-
 .../query/groupby/strategy/GroupByStrategyV2.java  |  61 +-
 .../query/groupby/GroupByQueryRunnerTest.java      |  35 +-
 .../druid/query/groupby/GroupByQueryTest.java      |  21 +
 .../apache/druid/sql/calcite/planner/Rules.java    |   4 +-
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  84 +--
 .../org/apache/druid/sql/calcite/rel/Grouping.java | 122 +++-
 .../apache/druid/sql/calcite/rel/Subtotals.java    | 111 ++++
 .../rule/ProjectAggregatePruneUnusedCallRule.java  |  13 +-
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 613 ++++++++++++++++++++-
 .../apache/druid/sql/calcite/rel/GroupingTest.java |   8 +-
 12 files changed, 968 insertions(+), 134 deletions(-)
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/rel/Subtotals.java
 copy indexing-service/src/test/java/org/apache/druid/indexing/firehose/WindowedSegmentIdTest.java => sql/src/test/java/org/apache/druid/sql/calcite/rel/GroupingTest.java (82%)


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