Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1060#discussion_r158181548
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/ScanBatch.java
---
@@ -471,8 +519,8 @@ public void close() throws Exception {
container.clear();
mutator.clear();
if (currentReader != null) {
- currentReader.close();
- }
+ currentReader.close();
+ }
--- End diff --
Indent two spaces.---
