smarthi commented on a change in pull request #1350: [HUDI-629]: Replace
Guava's Hashing with an equivalent in NumericUtils.java
URL: https://github.com/apache/incubator-hudi/pull/1350#discussion_r382958083
##########
File path:
hudi-hive/src/test/java/org/apache/hudi/hive/util/HiveTestService.java
##########
@@ -87,7 +87,7 @@ public Configuration getHadoopConf() {
}
public HiveServer2 start() throws IOException {
- Preconditions.checkState(workDir != null, "The work dir must be set before
starting cluster.");
+ Objects.requireNonNull(workDir, "The work dir must be set before starting
cluster.");
Review comment:
ditto
----------------------------------------------------------------
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