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

[druid] branch master updated (aa62073 -> 6d08a70)

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

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


    from aa62073  fix sql planner bug with inner offset causing loop (#11259)
     add 6d08a70  fix bug with aggregator expressions on realtime index with string columns always producing 0 values (#11185)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/math/expr/ExprEval.java  | 287 ++++++++++++++++++++-
 .../java/org/apache/druid/math/expr/Function.java  |   2 +
 .../java/org/apache/druid/math/expr/EvalTest.java  | 198 ++++++++++++++
 .../org/apache/druid/math/expr/FunctionTest.java   |  40 +--
 .../query/groupby/GroupByQueryRunnerTest.java      |  22 +-
 .../timeseries/TimeseriesQueryRunnerTest.java      |  92 ++++++-
 6 files changed, 588 insertions(+), 53 deletions(-)

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