aokolnychyi commented on a change in pull request #228: Use Iceberg tables as
sinks in Spark Structured Streaming
URL: https://github.com/apache/incubator-iceberg/pull/228#discussion_r295182019
##########
File path: build.gradle
##########
@@ -99,7 +99,7 @@ subprojects {
testCompile 'junit:junit:4.12'
testCompile 'org.slf4j:slf4j-simple:1.7.5'
- testCompile 'org.mockito:mockito-all:1.10.19'
+ testCompile 'org.mockito:mockito-core:1.10.19'
Review comment:
`mockito-all` contains mockito classes as well as some dependencies, which
might conflict with `junit`.
For example, we cannot use `ExpectedException`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]