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 2020/06/16 23:10:28 UTC

[druid] branch master updated (9330ca9 -> 4e483a7)

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 9330ca9  Remove LegacyDataSource. (#10037)
     add 4e483a7  ROUND and having comparators correctly handle special double values (#10014)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/math/expr/Function.java  |  35 ++++-
 .../org/apache/druid/math/expr/FunctionTest.java   | 157 ++++++++++++++++++++-
 docs/misc/math-expr.md                             |   2 +-
 docs/querying/sql.md                               |   2 +-
 .../groupby/having/HavingSpecMetricComparator.java |   9 +-
 .../having/HavingSpecMetricComparatorTest.java     |  60 ++++++++
 .../sql/calcite/planner/DruidRexExecutor.java      |   5 +-
 .../apache/druid/sql/calcite/CalciteQueryTest.java |  24 ++++
 .../sql/calcite/expression/ExpressionsTest.java    |  69 ++++++++-
 .../calcite/expression/GreatestExpressionTest.java |  17 +++
 .../calcite/expression/LeastExpressionTest.java    |  18 +++
 11 files changed, 382 insertions(+), 16 deletions(-)


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