vvysotskyi commented on issue #1895: DRILL-6540: Upgrade to HADOOP-3.x libraries URL: https://github.com/apache/drill/pull/1895#issuecomment-558612504 There are a lot of unit tests failures with these changes, most of the errors are the following: ``` java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;I)V ``` It looks like some tests which don't patch guava loads `Preconditions` class and then it cannot be patched in other classes where it is required. All unit tests classes should be revised and patching should be added where it was absent, so I propose to fix it in the scope of another Jira, but before merging this PR.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services