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 2021/11/19 16:19:46 UTC

[druid] branch master updated (3c51136 -> 36ee036)

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 3c51136  Add worker category dimension (#11554)
     add 36ee036  Scan: Add "orderBy" parameter. (#11930)

No new revisions were added by this update.

Summary of changes:
 codestyle/spotbugs-exclude.xml                     |   1 +
 .../AbstractMultiPhaseParallelIndexingTest.java    |   1 +
 .../main/java/org/apache/druid/query/Druids.java   |  11 +-
 .../org/apache/druid/query/scan/ScanQuery.java     | 253 ++++++++++++++++++---
 .../apache/druid/query/scan/ScanQueryEngine.java   |   8 +-
 .../query/scan/ScanQueryLimitRowIterator.java      |   4 +-
 .../druid/query/scan/ScanQueryQueryToolChest.java  |  10 +-
 .../druid/query/scan/ScanQueryRunnerFactory.java   |   7 +-
 .../scan/ScanResultValueTimestampComparator.java   |   2 +-
 .../query/scan/MultiSegmentScanQueryTest.java      |   1 -
 .../query/scan/ScanQueryRunnerFactoryTest.java     |  10 +-
 .../apache/druid/query/scan/ScanQuerySpecTest.java |  91 +++++++-
 .../org/apache/druid/query/scan/ScanQueryTest.java |  68 ++++++
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |   1 +
 .../apache/druid/sql/calcite/CalciteQueryTest.java |  66 +++---
 15 files changed, 450 insertions(+), 84 deletions(-)

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