You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2022/02/16 04:45:40 UTC

[druid] branch master updated (26bc4b7 -> eae163a)

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

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


    from 26bc4b7  perf: cache row if it is a transformed row (#12113)
     add eae163a  Moving in filter check to broker (#12195)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |  1 +
 docs/querying/query-context.md                     |  2 +-
 .../java/org/apache/druid/query/QueryContexts.java |  1 +
 .../druid/sql/calcite/planner/PlannerConfig.java   | 60 +++++++++++++++++++++
 .../druid/sql/calcite/run/NativeQueryMaker.java    | 36 +++++++++++++
 .../druid/sql/calcite/BaseCalciteQueryTest.java    | 10 ++++
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 62 ++++++++++++++++++++++
 .../druid/sql/calcite/util/CalciteTests.java       |  8 ++-
 website/.spelling                                  |  2 +
 9 files changed, 180 insertions(+), 2 deletions(-)

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