File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
paimon-benchmark/paimon-micro-benchmarks Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ under the License.
5757 <version >${log4j.version} </version >
5858 </dependency >
5959
60+ <dependency >
61+ <groupId >org.roaringbitmap</groupId >
62+ <artifactId >RoaringBitmap</artifactId >
63+ <version >${roaringbitmap.version} </version >
64+ </dependency >
65+
6066 <!-- Orc and parquet dependencies -->
6167
6268 <dependency >
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ under the License.
144144 <dependency >
145145 <groupId >org.roaringbitmap</groupId >
146146 <artifactId >RoaringBitmap</artifactId >
147- <version >1.2.1 </version >
147+ <version >${roaringbitmap.version} </version >
148148 </dependency >
149149
150150 <dependency >
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ under the License.
106106 <parquet .version>1.13.1</parquet .version>
107107 <orc .version>1.9.2</orc .version>
108108 <protobuf-java .version>3.19.6</protobuf-java .version>
109+ <roaringbitmap .version>1.2.1</roaringbitmap .version>
109110
110111 <!-- Can be set to any value to reproduce a specific build. -->
111112 <test .randomization.seed/>
You can’t perform that action at this time.
0 commit comments