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 2019/11/21 05:23:11 UTC

[incubator-druid] branch master updated (ff62173 -> dc6178d)

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/incubator-druid.git.


    from ff62173  Refactor parallel indexing perfect rollup partitioning (#8852)
     add dc6178d  Upgrade Calcite to 1.21 (#8566)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/math/expr/Function.java  |  13 +-
 .../query/filter/sql/BloomDimFilterSqlTest.java    |   9 +-
 licenses.yaml                                      |  10 +-
 pom.xml                                            |   2 +-
 sql/pom.xml                                        |  17 +
 .../sql/calcite/planner/DruidConvertletTable.java  |   2 +
 .../sql/calcite/planner/DruidOperatorTable.java    |   4 +-
 .../druid/sql/calcite/planner/DruidPlanner.java    |  48 ++-
 .../druid/sql/calcite/planner/PlannerContext.java  |   4 +
 .../druid/sql/calcite/planner/PlannerFactory.java  |   6 +
 .../druid/sql/calcite/rule/SortCollapseRule.java   |   5 +-
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 447 ++++++++++++++-------
 .../druid/sql/calcite/util/CalciteTests.java       |  16 +
 13 files changed, 425 insertions(+), 158 deletions(-)


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