marton-bod commented on code in PR #3131:
URL: https://github.com/apache/hive/pull/3131#discussion_r845014886
##########
itests/qtest-iceberg/pom.xml:
##########
@@ -122,6 +122,12 @@
<artifactId>jersey-servlet</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.roaringbitmap</groupId>
Review Comment:
The q test fails with ClassNotFoundException if this is not here. It's the
same dependency included into the handler module:
https://github.com/apache/hive/blob/master/iceberg/iceberg-handler/pom.xml#L103-L108
--
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]