kevinjqliu commented on code in PR #3848: URL: https://github.com/apache/polaris/pull/3848#discussion_r2833421961
########## gradle/banned-dependencies.txt: ########## @@ -26,3 +26,7 @@ # Contains old javax.* annotations that we do not want com.google.code.findbugs:jsr305 + +# See https://github.com/RoaringBitmap/RoaringBitmap/issues/749, should only use org.roaringbitmap:RoaringBitmap +com.github.RoaringBitmap.RoaringBitmap Review Comment: i dont see `com.github.RoaringBitmap` when doing a search in maven https://central.sonatype.com/search?q=RoaringBitmap is it only available in jitpack? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
