Commits

Wes McKinney authored 9deb3251ec8
ARROW-109: [C++] Add nesting stress tests up to 500 recursion depth There doesn't appear to be any limit to the nesting depth permitted in the flatbuffers. I think what @emkornfield was running into was the size of the IPC payload exceeding the size of the memory map that was being allocated to accommodate it. I expanded the memory map size and was able to write schemas with 1000 and 5000 levels of nesting. I left a unit test with 500 depth which doesn't take too long to run. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #357 from wesm/ARROW-109 and squashes the following commits: fa78976 [Wes McKinney] Add nesting stress tests up to 500 recursion depth, expand size of memory map