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/incubator-druid.git.
from 1e82b62 Remove consumer.listTopics() method in case when too many
topics in kafka causes the FullGC in Overlord (#6455)
add 359576a Implement force push down for nested group by query (#5471)
No new revisions were added by this update.
Summary of changes:
.../ITNestedQueryPushDownTest.java} | 58 +-
.../resources/indexer/wikiticker_index_task.json | 84 ++
.../queries/nestedquerypushdown_queries.json | 303 ++++++
.../main/java/org/apache/druid/query/Query.java | 10 +
.../apache/druid/query/SubqueryQueryRunner.java | 25 +-
.../druid/query/groupby/GroupByQueryConfig.java | 12 +
.../query/groupby/GroupByQueryQueryToolChest.java | 95 +-
.../query/groupby/GroupByQueryRunnerFactory.java | 7 +
.../groupby/epinephelinae/GroupByRowProcessor.java | 93 +-
.../query/groupby/strategy/GroupByStrategy.java | 5 +-
.../query/groupby/strategy/GroupByStrategyV1.java | 12 +-
.../query/groupby/strategy/GroupByStrategyV2.java | 27 +-
.../query/groupby/NestedQueryPushDownTest.java | 1038 ++++++++++++++++++++
.../druid/client/CachingClusteredClient.java | 7 +-
.../druid/server/coordination/ServerManager.java | 11 +-
15 files changed, 1696 insertions(+), 91 deletions(-)
copy
integration-tests/src/test/java/org/apache/druid/tests/{query/ITWikipediaQueryTest.java
=> indexer/ITNestedQueryPushDownTest.java} (50%)
create mode 100644
integration-tests/src/test/resources/indexer/wikiticker_index_task.json
create mode 100644
integration-tests/src/test/resources/queries/nestedquerypushdown_queries.json
create mode 100644
processing/src/test/java/org/apache/druid/query/groupby/NestedQueryPushDownTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]