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 6edc017  update jacoco for Java 15/16 support (#11361)
     add 920aa41  enrich expression cache key information to support 
expressions which depend on external state (#11358)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/druid/math/expr/Expr.java | 11 ++++++++-
 .../java/org/apache/druid/math/expr/Exprs.java     |  3 +++
 .../apache/druid/query/cache/CacheKeyBuilder.java  |  0
 .../apache/druid/math/expr/ApplyFunctionTest.java  |  6 +++++
 .../org/apache/druid/math/expr/FunctionTest.java   |  5 ++++
 .../druid/query/cache/CacheKeyBuilderTest.java     |  0
 .../druid/query/aggregation/AggregatorUtil.java    | 25 ++++++++++++++++++++
 .../aggregation/DoubleMaxAggregatorFactory.java    | 20 ++++++++--------
 .../aggregation/DoubleMinAggregatorFactory.java    | 20 ++++++++--------
 .../aggregation/DoubleSumAggregatorFactory.java    | 20 ++++++++--------
 .../ExpressionLambdaAggregatorFactory.java         |  8 +++----
 .../aggregation/FloatMaxAggregatorFactory.java     | 20 ++++++++--------
 .../aggregation/FloatMinAggregatorFactory.java     | 20 ++++++++--------
 .../aggregation/FloatSumAggregatorFactory.java     | 20 ++++++++--------
 .../aggregation/LongMaxAggregatorFactory.java      | 20 ++++++++--------
 .../aggregation/LongMinAggregatorFactory.java      | 20 ++++++++--------
 .../aggregation/LongSumAggregatorFactory.java      | 20 ++++++++--------
 .../aggregation/SimpleDoubleAggregatorFactory.java |  1 +
 .../aggregation/post/ExpressionPostAggregator.java | 12 ++++++----
 .../druid/query/expression/LookupExprMacro.java    | 10 ++++++++
 .../druid/query/filter/ExpressionDimFilter.java    | 11 ++++++---
 .../segment/virtual/ExpressionVirtualColumn.java   | 26 ++++++++++++++-------
 .../LookupEnabledTestExprMacroTable.java           | 18 +++++++++------
 .../query/expression/LookupExprMacroTest.java      | 27 ++++++++++++++++++++++
 24 files changed, 217 insertions(+), 126 deletions(-)
 rename {processing => 
core}/src/main/java/org/apache/druid/query/cache/CacheKeyBuilder.java (100%)
 rename {processing => 
core}/src/test/java/org/apache/druid/query/cache/CacheKeyBuilderTest.java (100%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to