Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1045#discussion_r162251160
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/test/OperatorFixture.java ---
@@ -127,20 +156,26 @@ public OperatorFixture build() {
* uses the same code generation mechanism as the full Drill, but
* provide test-specific versions of various other services.
*/
-
- public static class TestFragmentContext extends BaseFragmentContext {
-
+ public static class MockFragmentContext extends BaseFragmentContext {
--- End diff --
More collisions? Can't image you made this many changes here...
---