You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/07/11 17:23:09 UTC

[druid] branch master updated (e228a84 -> e39ff44)

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

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


    from e228a84  Fix retry sleep when callable throws exception (#11430)
     add e39ff44  improve groupBy query granularity translation with 2x query performance improve when issued from sql layer (#11379)

No new revisions were added by this update.

Summary of changes:
 .../apache/druid/query/groupby/GroupByQuery.java   |   3 +
 .../query/groupby/orderby/DefaultLimitSpec.java    |  10 ++
 .../query/groupby/strategy/GroupByStrategyV2.java  | 132 +++++++++++++++++++--
 .../groupby/GroupByTimeseriesQueryRunnerTest.java  |  10 +-
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  59 ++++++++-
 .../sql/calcite/CalciteCorrelatedQueryTest.java    |  55 ++++++++-
 .../apache/druid/sql/calcite/CalciteQueryTest.java |  50 +++++---
 7 files changed, 289 insertions(+), 30 deletions(-)

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