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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to