In #2390, we introduced a dependency on RoaringBitmap. However, this is a widely used library across the ecosystem, and different projects depend on maybe incompatible versions (e.g., Paimon uses 1.2.1, while Flink uses 1.3.0).
To avoid version conflicts and ensure compatibility in mixed-classpath environments (such as Flink jobs that use both Fluss and Paimon), we should shade the RoaringBitmap dependency and use the shaded version internally.
In #2390, we introduced a dependency on RoaringBitmap. However, this is a widely used library across the ecosystem, and different projects depend on maybe incompatible versions (e.g., Paimon uses 1.2.1, while Flink uses 1.3.0).
To avoid version conflicts and ensure compatibility in mixed-classpath environments (such as Flink jobs that use both Fluss and Paimon), we should shade the RoaringBitmap dependency and use the shaded version internally.