mirror of https://github.com/apache/druid.git
use the latest datasketches-java-4.1.0 (#14430)
Co-authored-by: AlexanderSaydakov <AlexanderSaydakov@users.noreply.github.com>
This commit is contained in:
parent
76e70654ac
commit
f6169d437b
|
@ -3784,7 +3784,7 @@ name: DataSketches
|
|||
license_category: binary
|
||||
module: java-core
|
||||
license_name: Apache License version 2.0
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
libraries:
|
||||
- org.apache.datasketches: datasketches-java
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -87,7 +87,7 @@
|
|||
Also, CalcitePlanner is a clone of Calcite's PlannerImpl and may require updates when
|
||||
Calcite is upgrade. -->
|
||||
<calcite.version>1.21.0</calcite.version>
|
||||
<datasketches.version>4.0.0</datasketches.version>
|
||||
<datasketches.version>4.1.0</datasketches.version>
|
||||
<datasketches.memory.version>2.2.0</datasketches.memory.version>
|
||||
<derby.version>10.14.2.0</derby.version>
|
||||
<dropwizard.metrics.version>4.0.0</dropwizard.metrics.version>
|
||||
|
|
Loading…
Reference in New Issue