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 2023/03/14 23:06:03 UTC

[druid] branch master updated (4493275d88 -> a7ba361666)

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 4493275d88 Use Maven central repo rather than Apache (#13921)
     add a7ba361666 Refactoring and bug fixes on top of unnest. The allowList now is not passed … (#13922)

No new revisions were added by this update.

Summary of changes:
 docs/querying/datasource.md                        |   6 +-
 .../org/apache/druid/query/UnnestDataSource.java   |  28 +--
 .../segment/UnnestColumnValueSelectorCursor.java   |  47 +---
 .../druid/segment/UnnestDimensionCursor.java       |  73 +-----
 .../druid/segment/UnnestSegmentReference.java      |  10 +-
 .../apache/druid/segment/UnnestStorageAdapter.java |  35 +--
 .../apache/druid/query/QueryRunnerTestHelper.java  |   3 +-
 .../groupby/UnnestGroupByQueryRunnerTest.java      |  12 +-
 .../query/scan/UnnestScanQueryRunnerTest.java      |  89 +------
 .../query/topn/UnnestTopNQueryRunnerTest.java      |   6 +-
 .../UnnestColumnValueSelectorCursorTest.java       |  92 ++-----
 .../druid/segment/UnnestStorageAdapterTest.java    | 172 +-------------
 .../sql/calcite/rel/DruidCorrelateUnnestRel.java   |   3 +-
 .../druid/sql/calcite/CalciteArraysQueryTest.java  | 264 ++++++++++++++++++---
 14 files changed, 302 insertions(+), 538 deletions(-)


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