szlta commented on a change in pull request #2994:
URL: https://github.com/apache/hive/pull/2994#discussion_r798351627



##########
File path: iceberg/iceberg-handler/pom.xml
##########
@@ -106,6 +106,12 @@
             <artifactId>assertj-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.roaringbitmap</groupId>

Review comment:
       I think this is due to roaringbitmap having a 'runtime' scope in the 
iceberg-core pom:
   
https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-core/0.13.0/iceberg-core-0.13.0.pom
   
   And we do need it on classpath for tests too.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to