This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a change to branch 27.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
from 63ee69b4e8 Claim full support for Java 17. (#14384)
new 6774e11d83 Deprecate EntryExistsException in Druid 27 and remove in
Druid 28 (#14554)
new c55396c340 Suppress CVEs (#14291)
new 969666df66 Refactor HllSketchBuildAggregatorFactory (#14544)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/cron-job-its.yml | 10 +-
.../datasketches/hll/HllSketchBuildAggregator.java | 11 +-
.../hll/HllSketchBuildAggregatorFactory.java | 99 ++++++--
.../hll/HllSketchBuildBufferAggregator.java | 14 +-
.../hll/HllSketchBuildColumnProcessorFactory.java | 110 --------
.../datasketches/hll/HllSketchUpdater.java} | 16 +-
.../hll/sql/HllSketchSqlAggregatorTest.java | 276 ++++++++++++++-------
owasp-dependency-check-suppressions.xml | 43 ++++
.../druid/metadata/EntryExistsException.java | 4 +
.../druid/metadata/UnknownSegmentIdsException.java | 4 +
10 files changed, 342 insertions(+), 245 deletions(-)
delete mode 100644
extensions-core/datasketches/src/main/java/org/apache/druid/query/aggregation/datasketches/hll/HllSketchBuildColumnProcessorFactory.java
copy
extensions-core/{s3-extensions/src/main/java/org/apache/druid/storage/s3/S3SSEKmsConfig.java
=>
datasketches/src/main/java/org/apache/druid/query/aggregation/datasketches/hll/HllSketchUpdater.java}
(78%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]