Github user arina-ielchiieva commented on the pull request:
https://github.com/apache/drill/commit/3f892395cccdd03ec5e89a14fe038e018e3616e9#commitcomment-25133658
In
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java:
In
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/NetworkFunctions.java
on line 482:
In Java you do not need to compare boolean like this, it's enough to use
`if (valid) {`. Please fix here and below.---
