gviedma commented on code in PR #15437: URL: https://github.com/apache/pinot/pull/15437#discussion_r2027063857
########## pom.xml: ########## @@ -271,6 +271,24 @@ <ivy.version>2.5.3</ivy.version> <c3p0.version>0.11.0-pre2</c3p0.version> <mchange-commons-java.version>0.3.2</mchange-commons-java.version> + <checker-qual.version>3.49.2</checker-qual.version> + <groovy-all.version>2.4.21</groovy-all.version> + <xml-apis.version>2.0.2</xml-apis.version> + <RoaringBitmap.version>1.3.0</RoaringBitmap.version> Review Comment: Try to use the same naming convention as much as possible for consistency. Most of these properties use a "kebab-case" naming convention. With that in mind, suggest replacing with `roaring-bitmap`. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org