You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/06/11 20:49:32 UTC

[druid] branch master updated (a1ed3a4 -> 50327b8)

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

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


    from a1ed3a4  clarify bySegment is native only (#11331)
     add 50327b8  ignore bySegment query context for SQL queries (#11352)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/query/QueryContexts.java |   3 +-
 .../groupby/DefaultGroupByQueryMetricsTest.java    |   5 +-
 .../query/groupby/GroupByQueryRunnerTest.java      |   8 +-
 .../query/metadata/SegmentMetadataQueryTest.java   |   3 +-
 .../druid/query/topn/TopNQueryRunnerTest.java      |   5 +-
 .../druid/client/CachingClusteredClient.java       |   2 +-
 .../CachingClusteredClientCacheKeyManagerTest.java |   7 +-
 .../druid/client/CachingClusteredClientTest.java   |   6 +-
 .../java/org/apache/druid/sql/SqlLifecycle.java    |  22 ++
 .../org/apache/druid/sql/SqlLifecycleTest.java     | 279 +++++++++++++++++++++
 10 files changed, 323 insertions(+), 17 deletions(-)
 create mode 100644 sql/src/test/java/org/apache/druid/sql/SqlLifecycleTest.java

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