Commits

Wes McKinney authored 3add9181f98
ARROW-476: Add binary integration test fixture, add Java support @julienledem could you review my Java changes? Thanks Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #326 from wesm/ARROW-476 and squashes the following commits: a75228d [Wes McKinney] Use PoolBuffer instead of std::vector e5a96a0 [Wes McKinney] Chain exceptions b23b852 [Wes McKinney] Use hexadecimal for transporting binary data in JSON 1d4e850 [Wes McKinney] Compare byte[] with Arrays.equals e5f13d5 [Wes McKinney] Add binary integration test fixture, add to JsonFileReader.java, but fails