From b432b81500d5b0e62ae95625a0abd7c64d89dbf8 Mon Sep 17 00:00:00 2001 From: juhoautio-rovio Date: Thu, 2 Mar 2023 13:25:30 +0200 Subject: [PATCH] Relocate RoaringBitmap in shaded jar This fixes compatibility with older spark versions like 3.0.1. We already had an exclusion for RoaringBitmap from spark dependencye with this comment: > Druid library needs a newer version than what spark 3.0.1 brings But we were missing to relocate it in the shaded jar. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index ea44ee8..a2c2295 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,13 @@ com.google.common.** + + org + repackaged.org.roaringbitmap + + org.roaringbitmap.** + +