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

github-bot pushed a change to branch 
dependabot/maven/com.fasterxml.jackson-jackson-bom-2.17.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard de042b8b69 Bump com.fasterxml.jackson:jackson-bom from 2.12.7.20221012 
to 2.17.0
     add 8c9234130c Fix PulsarUtils to not share buffer (#12671)
     add cb3ccdcaee First with time (#12235)
     add fd19845892 Bump org.apache.zookeeper:zookeeper from 3.7.2 to 3.9.2 
(#12674)
     add 4baa19d76d Bump com.fasterxml.jackson:jackson-bom from 2.12.7.20221012 
to 2.17.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (de042b8b69)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.17.0 
(4baa19d76d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../function/AggregationFunctionFactory.java       |  26 +--
 ...irstDoubleValueWithTimeAggregationFunction.java |  55 +++---
 ...FirstFloatValueWithTimeAggregationFunction.java |  55 +++---
 .../FirstIntValueWithTimeAggregationFunction.java  |  54 +++---
 .../FirstLongValueWithTimeAggregationFunction.java |  55 +++---
 ...irstStringValueWithTimeAggregationFunction.java |  55 +++---
 .../function/FirstWithTimeAggregationFunction.java |  94 +++++++----
 ...LastDoubleValueWithTimeAggregationFunction.java |  55 +++---
 .../LastFloatValueWithTimeAggregationFunction.java |  55 +++---
 .../LastIntValueWithTimeAggregationFunction.java   |  54 +++---
 .../LastLongValueWithTimeAggregationFunction.java  |  55 +++---
 ...LastStringValueWithTimeAggregationFunction.java |  55 +++---
 .../function/LastWithTimeAggregationFunction.java  |  34 +++-
 .../NullableSingleInputAggregationFunction.java    | 113 +++++++++++++
 .../FirstWithTimeAggregationFunctionTest.java      | 186 +++++++++++++++++++++
 .../LastWithTimeAggregationFunctionTest.java       | 174 +++++++++++++++++++
 .../pinot/plugin/stream/pulsar/PulsarUtils.java    |  56 +++----
 .../segment/local/customobject/ValueLongPair.java  |   8 +
 pom.xml                                            |   2 +-
 19 files changed, 851 insertions(+), 390 deletions(-)
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/FirstWithTimeAggregationFunctionTest.java
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/LastWithTimeAggregationFunctionTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to