Github user vvysotskyi commented on a diff in the pull request:
https://github.com/apache/drill/pull/904#discussion_r147996953
--- 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;
@Category({UnlikelyTest.class, SqlFunctionTest.class})
public class TestNewDateFunctions extends BaseTestQuery {
DateTime date;
DateTimeFormatter formatter;
long unixTimeStamp = -1;
+
--- End diff --
Please revert the addition of empty line there.
---