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 2020/02/11 23:31:48 UTC

[druid] branch master updated (a5c49cc -> b2c00b3)

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 a5c49cc  Change security vulnerability scan to cron job (#9340)
     add b2c00b3  Add query context option to disable join filter push down (#9335)

No new revisions were added by this update.

Summary of changes:
 .../druid/benchmark/JoinAndLookupBenchmark.java    | 13 ++-
 .../java/org/apache/druid/query/QueryContexts.java |  7 ++
 .../apache/druid/segment/join/HashJoinSegment.java |  7 +-
 .../join/HashJoinSegmentStorageAdapter.java        | 22 ++++-
 .../org/apache/druid/segment/join/Joinables.java   |  5 +-
 .../segment/join/filter/JoinFilterAnalyzer.java    | 15 +++-
 .../druid/segment/join/HashJoinSegmentTest.java    | 10 ++-
 .../druid/segment/join/JoinFilterAnalyzerTest.java | 96 ++++++++++++++++++----
 .../apache/druid/segment/join/JoinablesTest.java   | 10 ++-
 .../appenderator/SinkQuerySegmentWalker.java       |  4 +-
 .../druid/server/coordination/ServerManager.java   |  4 +-
 .../util/SpecificSegmentsQuerySegmentWalker.java   |  4 +-
 12 files changed, 160 insertions(+), 37 deletions(-)


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