You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2020/01/30 22:46:40 UTC

[druid] branch master updated (b856853 -> 204ba99)

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

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


    from b856853  Add Datasketch aggregator integration test (#9277)
     add 204ba99  Add LookupJoinableFactory. (#9281)

No new revisions were added by this update.

Summary of changes:
 .../druid/benchmark/JoinAndLookupBenchmark.java    |  45 +++++--
 .../bloom/sql/BloomFilterSqlAggregatorTest.java    |   2 +-
 .../query/filter/sql/BloomDimFilterSqlTest.java    |   2 +-
 .../queries/wikipedia_editstream_queries.json      |  60 ++++++++++
 .../druid/query/dimension/LookupDimensionSpec.java |  19 +--
 .../LookupExtractorFactoryContainerProvider.java   |  19 ++-
 .../query/lookup/RegisteredLookupExtractionFn.java |  11 +-
 .../apache/druid/guice/JoinableFactoryModule.java  |   7 +-
 .../query/lookup/LookupIntrospectionResource.java  |   8 +-
 .../query/lookup/LookupReferencesManager.java      |  12 +-
 .../druid/query/lookup/LookupSerdeModule.java      |  15 ++-
 .../druid/segment/join/InlineJoinableFactory.java  |   7 +-
 ...ableFactory.java => LookupJoinableFactory.java} |  41 +++----
 .../druid/guice/JoinableFactoryModuleTest.java     |  27 +++--
 .../query/dimension/LookupDimensionSpecTest.java   |  21 +++-
 .../druid/query/expression/ExprMacroTest.java      |   9 +-
 .../LookupEnabledTestExprMacroTable.java           | 103 +++++++++-------
 .../lookup/LookupIntrospectionResourceTest.java    |  24 ++--
 .../query/lookup/LookupReferencesManagerTest.java  |  79 ++++++++++--
 .../lookup/RegisteredLookupExtractionFnTest.java   |  72 +++++------
 .../segment/join/InlineJoinableFactoryTest.java    |  13 +-
 .../segment/join/LookupJoinableFactoryTest.java    | 132 +++++++++++++++++++++
 .../druid/sql/calcite/util/CalciteTests.java       |  12 +-
 23 files changed, 555 insertions(+), 185 deletions(-)
 copy server/src/main/java/org/apache/druid/segment/join/{InlineJoinableFactory.java => LookupJoinableFactory.java} (52%)
 create mode 100644 server/src/test/java/org/apache/druid/segment/join/LookupJoinableFactoryTest.java


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