Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1085#discussion_r161215163
--- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/ExecTest.java
---
@@ -38,20 +38,26 @@
import org.apache.drill.exec.server.options.SystemOptionManager;
import
org.apache.drill.exec.store.sys.store.provider.LocalPersistentStoreProvider;
import org.apache.drill.exec.util.GuavaPatcher;
+import org.apache.drill.test.BaseDirTestWatcher;
--- End diff --
Starting from this class, github does not highlight Java code. I remember
@vdiravka had similar problem, it turned out that he copied code from text
editor with some hidden symbols. Please check and fix.
---