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

[druid] branch master updated (5befd40 -> 73a0181)

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

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


    from 5befd40  Issue 4909 popped up again. I applied PR 5451 liberally to all new Calcite test classes introduced in PR 9279 to fix (#9324)
     add 73a0181  Fix handling for columns that appear multiple times in join conditions (#9362)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/segment/ColumnProcessors.java |   4 +-
 .../druid/segment/join/JoinConditionAnalysis.java  |   8 +-
 .../segment/join/filter/JoinFilterAnalyzer.java    | 153 +++++++++++++++------
 .../JoinFilterColumnCorrelationAnalysis.java       |  11 +-
 .../join/HashJoinSegmentStorageAdapterTest.java    |  43 +++---
 .../druid/segment/join/JoinFilterAnalyzerTest.java |  87 ++++++++++--
 .../join/table/RowBasedIndexedTableTest.java       |   2 +-
 .../src/test/resources/wikipedia/countries.json    |   1 +
 processing/src/test/resources/wikipedia/data.json  |   1 +
 .../src/test/resources/wikipedia/regions.json      |   1 +
 10 files changed, 229 insertions(+), 82 deletions(-)


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