Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1085#discussion_r162513175
--- 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 --
Checked the source. No hidden characters. For me, formatting does appear
below this line.
I suspect your browser hit some limit. Large PRs make Safari struggle to
display the code. Suggestion: refresh the page. search for this file, and keep
going. Perhaps, if you don't expand prior files, your browser will handle the
formatting. (GitHub should provide some solution for large PRs...)
---