Commits


Micah Kornfield authored and Bryan Cutler committed 1d0f064a187
ARROW-6202: [Java] Add unit test for large resultsets This tests with a fake result set that OOMs do not occur. On my box I tested with up-to 6MM rows. Using the old single shot API this was consistently failing. I also made the iterator extend auto-closeable and fixed a memory leak. Closes #5134 from emkornfield/jdbc_memory and squashes the following commits: de3a3b5 <Micah Kornfield> add missing @overrides 91e26d9 <Micah Kornfield> reset to current master 01f4bd7 <Micah Kornfield> update subdoule da10374 <Micah Kornfield> revert 6723c7d <Micah Kornfield> ARROW-6202: Add unit test for large resultsets Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>