Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1045#discussion_r156187558
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java ---
@@ -17,483 +17,216 @@
*/
package org.apache.drill.exec.ops;
+import java.io.IOException;
--- End diff --
Github is very confused by this double rename. I presume the new file just
has the same contents, but a new name? Used an online diff checker to compare
the two interfaces. Turns out there are important differences. Comments below.
---