Commits

Wes McKinney authored b3a4e950161
ARROW-2119: [IntegrationTest] Add test case with a stream having no record batches I think it is not a bad idea to not fail on reading and writing streams that have no record batches, rather than raising an error. This would require code changes in Java and JS at least, so I will need help from others if this is thought to be a good idea. Might be good to add some unit tests around this also Author: Wes McKinney <wesm+git@apache.org> Closes #3871 from wesm/ARROW-2119 and squashes the following commits: acc5ac90e <Wes McKinney> Disable no-batches case for JS and Java f4816fe65 <Wes McKinney> Add test case with a string having no record batches