mirror of
https://github.com/apache/druid.git
synced 2025-02-24 11:45:34 +00:00
Exclude sketches-core from druid-sql (#5223)
This commit is contained in:
parent
02544f9197
commit
9186547689
12
sql/pom.xml
12
sql/pom.xml
@ -41,6 +41,18 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-core</artifactId>
|
||||
<exclusions>
|
||||
<!--
|
||||
~ Calcite 1.15.0 uses sketches-core 0.9.0 for a profiling feature:
|
||||
~ (https://issues.apache.org/jira/browse/CALCITE-1616).
|
||||
~ This conflicts with druid-datasketches which uses a newer version of sketches-core.
|
||||
~ Druid does not use this Calcite profiling feature, so we exclude sketches-core here.
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>com.yahoo.datasketches</groupId>
|
||||
<artifactId>sketches-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user