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/16 23:42:20 UTC

[druid] branch master updated (bfcb30e -> bd49ec0)

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 bfcb30e  Add javadocs and small improvements to join code. (#9196)
     add bd49ec0  Move result-to-array logic from SQL layer into QueryToolChests. (#9130)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/query/BaseQuery.java     |   1 +
 .../main/java/org/apache/druid/query/Query.java    |   1 +
 .../org/apache/druid/query/QueryToolChest.java     |  49 +++-
 .../query/groupby/GroupByQueryQueryToolChest.java  |  11 +
 .../apache/druid/query/scan/ScanQueryEngine.java   |   6 +-
 .../druid/query/scan/ScanQueryQueryToolChest.java  |  75 ++++++
 .../timeseries/TimeseriesQueryQueryToolChest.java  |  43 ++++
 .../druid/query/topn/TopNQueryQueryToolChest.java  |  49 ++++
 .../druid/query/QueryToolChestTestHelper.java}     |  18 +-
 .../groupby/GroupByQueryQueryToolChestTest.java    | 109 +++++++++
 .../query/scan/ScanQueryQueryToolChestTest.java    | 205 +++++++++++++++++
 .../TimeseriesQueryQueryToolChestTest.java         |  64 +++++-
 .../query/topn/TopNQueryQueryToolChestTest.java    |  72 ++++++
 .../org/apache/druid/server/QueryLifecycle.java    |   1 +
 .../sql/calcite/expression/SimpleExtraction.java   |  28 ++-
 .../apache/druid/sql/calcite/rel/QueryMaker.java   | 254 +++++++--------------
 16 files changed, 789 insertions(+), 197 deletions(-)
 copy processing/src/{main/java/org/apache/druid/query/NoopQueryRunner.java => test/java/org/apache/druid/query/QueryToolChestTestHelper.java} (65%)
 create mode 100644 processing/src/test/java/org/apache/druid/query/scan/ScanQueryQueryToolChestTest.java


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