Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1073#discussion_r157605837
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderCreator.java
---
@@ -35,7 +35,5 @@ public RootExec getRoot(FragmentContext context,
assert children != null && children.size() == 1;
return new PartitionSenderRootExec(context,
children.iterator().next(), config);
-
--- End diff --
Will be good to exclude format only change from the PR.
---