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 2022/01/11 22:47:44 UTC

[druid] branch master updated (b153cb2 -> 81f0aba)

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 b153cb2  Add a small LRU cache and use utf8 bytes in ArrayOfDoubles (#12130)
     add 81f0aba  Use ListFilteredVirtualColumn for left/fact table expression in join condition (#12127)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/query/JoinDataSource.java     |  17 +++
 .../org/apache/druid/query/JoinDataSourceTest.java |  15 +++
 .../MultiValueStringOperatorConversions.java       |  17 ++-
 .../druid/sql/calcite/planner/PlannerContext.java  |  12 ++
 .../druid/sql/calcite/rel/DruidJoinQueryRel.java   |  10 +-
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  15 ++-
 .../druid/sql/calcite/rel/PartialDruidQuery.java   |  24 +++-
 .../druid/sql/calcite/CalciteJoinQueryTest.java    | 122 +++++++++++++++++++++
 8 files changed, 227 insertions(+), 5 deletions(-)

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