You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by za...@apache.org on 2023/02/21 23:14:57 UTC

[druid] branch master updated (9e9976001c -> 665dee43bf)

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

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


    from 9e9976001c Add ANSI_QUOTES propety to DBI init in lookups. (#13826)
     add 665dee43bf Revert "Operator conversion deny list (#13766)" (#13829)

No new revisions were added by this update.

Summary of changes:
 .../apache/druid/benchmark/query/SqlBenchmark.java |   3 +-
 docs/configuration/index.md                        |   1 -
 .../sql/calcite/planner/CalcitePlannerModule.java  |   1 -
 .../sql/calcite/planner/DruidOperatorTable.java    |  13 +--
 .../sql/calcite/planner/PlannerOperatorConfig.java |  76 --------------
 .../calcite/planner/DruidOperatorTableTest.java    | 113 ---------------------
 .../sql/calcite/planner/DruidRexExecutorTest.java  |   3 +-
 .../calcite/planner/PlannerOperatorConfigTest.java |  34 -------
 8 files changed, 3 insertions(+), 241 deletions(-)
 delete mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerOperatorConfig.java
 delete mode 100644 sql/src/test/java/org/apache/druid/sql/calcite/planner/DruidOperatorTableTest.java
 delete mode 100644 sql/src/test/java/org/apache/druid/sql/calcite/planner/PlannerOperatorConfigTest.java


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