Commits


Holden Karau authored and Wes McKinney committed 8bf61d1682b
ARROW-697: JAVA Throw exception for record batches > 2GB Add a test to verify that we throw a clear error message for record batches over 2GB. This entry point is easist to test without adding some magic bytes to the tests suite since its explicit on the input, and the other public entry points for deserialization have the same checks (just extracted from the metadata). Author: Holden Karau <holden@us.ibm.com> Closes #597 from holdenk/ARROW-697-java-raise-exception-for-large-batch-size and squashes the following commits: d2d6b3d [Holden Karau] Merge branch 'master' into ARROW-697-java-raise-exception-for-large-batch-size d56daab [Holden Karau] Throw IOException if record batch length, node length, or null count are larger than Int.MAX_VALUE 0a96b74 [Holden Karau] Add a test to verify that we throw a clear error message for record batches over 2GB in size