dbtsai commented on a change in pull request #3385:
URL: https://github.com/apache/hadoop/pull/3385#discussion_r704987732
##########
File path: hadoop-client-modules/hadoop-client-integration-tests/pom.xml
##########
@@ -57,6 +57,11 @@
<artifactId>lz4-java</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <scope>test</scope>
Review comment:
If the hadoop client jar already depends on snappy-java transitively,
why do we need to add it to test scope?
--
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]