-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36782/
-----------------------------------------------------------
Review request for drill, Hanifi Gunes and Parth Chandra.
Bugs: DRILL-3537
https://issues.apache.org/jira/browse/DRILL-3537
Repository: drill-git
Description
-------
Whe scanning files in ScanBatch, ignore all the empty files before reach a
non-empty file
Diffs
-----
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/ScanBatch.java
6bf1280
exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java
912a5f0
exec/java-exec/src/test/resources/store/json/jsonDirectoryWithEmpyFile/a.json
PRE-CREATION
exec/java-exec/src/test/resources/store/json/jsonDirectoryWithEmpyFile/b.json
PRE-CREATION
Diff: https://reviews.apache.org/r/36782/diff/
Testing
-------
Unit, tpch, (functional is down; will run again when it comes back)
Thanks,
Sean Hsuan-Yi Chu