Commits


Gert Hulselmans authored and Neal Richardson committed 7b68bcffd23
ARROW-10056: [C++] Increase flatbuffers max_tables parameter in order to read wide tables PyArrow fails to read (valid) Feather v2 files which it created as default flatbuffers::Verifier verifier number of columns argument is to low when creating a Feather file from a dataframe with 499999 columns Increase the number of maximum allowed tables when verifying a FlatBuffer from 1_000_000 to 10_000_000. This allows reading back Feather v2 files with more than 1_000_000 columns (499_999 columns from Pandas dataframe ==> Feather v2). Closes #9349 from ghuls/ARROW-10056 Authored-by: Gert Hulselmans <gert.hulselmans@kuleuven.be> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>