Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/904#discussion_r147997514 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestNewDateFunctions.java --- @@ -26,14 +26,14 @@ import org.junit.Test; import org.junit.experimental.categories.Category; -import java.sql.Date; --- End diff -- When you removed unused import, two empty lines stayed. Could you please also remove one of them?
---