[5/5] drill git commit: DRILL-5423: Refactor ScanBatch to allow unit testing record readers

2017-05-05 Thread arina
DRILL-5423: Refactor ScanBatch to allow unit testing record readers Refactors ScanBatch to allow unit testing of record reader implementations, especially the “writer” classes. See JIRA for details. closes #811 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-w

[1/5] drill git commit: DRILL-5428: submit_plan fails after Drill 1.8 script revisions

2017-05-05 Thread arina
Repository: drill Updated Branches: refs/heads/master 1e0a14cc9 -> 41ffed50f DRILL-5428: submit_plan fails after Drill 1.8 script revisions When the other scripts were updated, submit_plan was not corrected. After Drill 1.8, drill-config.sh consumes all command line arguments, finds the —con

[3/5] drill git commit: DRILL-5344: External sort priority queue copier fails with an empty batch

2017-05-05 Thread arina
DRILL-5344: External sort priority queue copier fails with an empty batch Unit tests showed that the “priority queue copier” does not handle an empty batch. This has not been an issue because code elsewhere in the sort specifically works around this issue. This fix resolves the issue at the so

[2/5] drill git commit: DRILL-5385: Vector serializer fails to read saved SV2

2017-05-05 Thread arina
DRILL-5385: Vector serializer fails to read saved SV2 Unit testing revealed that the VectorAccessorSerializable class claims to serialize SV2s, but, in fact, does not. Actually, it writes them, but does not read them, resulting in corrupted data on read. Fortunately, no code appears to serialize

[4/5] drill git commit: DRILL-4039: Query fails when non-ascii characters are used in string literals

2017-05-05 Thread arina
DRILL-4039: Query fails when non-ascii characters are used in string literals closes #825 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/0939485d Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/0939485d Diff: http://