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 f03abbd75f9 Refactor QueryResource (#18081)
     add 3454981ebdf Add useLexicographicTopN context parameter. (#18074)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |  1 +
 docs/querying/sql-query-context.md                 |  1 +
 docs/querying/sql-translation.md                   |  5 +-
 .../theta/sql/ThetaSketchSqlAggregatorTest.java    |  3 +-
 .../druid/sql/calcite/planner/PlannerConfig.java   | 62 +++++++++++++------
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  6 +-
 .../druid/sql/calcite/BaseCalciteQueryTest.java    |  3 +
 .../druid/sql/calcite/CalciteArraysQueryTest.java  | 13 ++--
 .../druid/sql/calcite/CalciteJoinQueryTest.java    | 12 +++-
 .../sql/calcite/CalciteNestedDataQueryTest.java    |  9 +--
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 39 +++++++-----
 .../druid/sql/calcite/CalciteSelectQueryTest.java  | 72 ++++++++++------------
 .../druid/sql/calcite/CalciteSubqueryTest.java     | 18 ++++--
 .../sql/calcite/planner/PlannerConfigTest.java     | 67 ++++++++++++++++++++
 .../testExactTopNOnInnerJoinWithLimit.iq           |  3 +-
 ...tedOrUniqueDictionaryOrderByDim@all_disabled.iq |  3 +-
 ...rtedOrUniqueDictionaryOrderByDim@all_enabled.iq |  3 +-
 [email protected] |  3 +-
 ...ryOrderByDim@filter-on-value-column_disabled.iq |  3 +-
 [email protected] |  3 +-
 [email protected] |  3 +-
 [email protected] |  3 +-
 .../testGroupByLimitPushdownExtraction.iq          | 38 ++++++------
 website/.spelling                                  |  2 +
 24 files changed, 254 insertions(+), 121 deletions(-)
 create mode 100644 
sql/src/test/java/org/apache/druid/sql/calcite/planner/PlannerConfigTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to