You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2021/04/07 17:05:40 UTC

[druid] branch master updated (0df0bff -> b51ede5)

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

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


    from 0df0bff  Enable multiple distinct aggregators in same query (#11014)
     add b51ede5  Add a planner rule to handle empty tables (#11058)

No new revisions were added by this update.

Summary of changes:
 sql/pom.xml                                        |   6 +
 .../druid/sql/calcite/planner/DruidPlanner.java    |   6 +-
 .../apache/druid/sql/calcite/planner/Rules.java    |   2 +
 .../druid/sql/calcite/rel/DruidQueryRel.java       |  25 +-
 .../apache/druid/sql/calcite/rel/DruidRels.java    |   2 +-
 .../sql/calcite/rule/DruidLogicalValuesRule.java   | 126 ++++++++
 .../sql/calcite/CalciteParameterQueryTest.java     |  40 ++-
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 327 +++++++++++++++++++--
 .../druid/sql/calcite/rel/DruidRelsTest.java       |   3 +
 .../calcite/rule/DruidLogicalValuesRuleTest.java   | 190 ++++++++++++
 10 files changed, 701 insertions(+), 26 deletions(-)
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/rule/DruidLogicalValuesRule.java
 create mode 100644 sql/src/test/java/org/apache/druid/sql/calcite/rule/DruidLogicalValuesRuleTest.java

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