Commits

Antoine Pitrou authored e9ce8d5e429
ARROW-13655: [C++][Parquet] Disable Thrift message size protections In Thrift 0.14+, the maximum message size is capped by default and attempts to read larger messages will error out. The maximum message size doesn't really make sense in our case since we read the whole message buffer in memory anyway. Also, it produces regressions on files with large metadata, which can be found in the real world. Closes #11123 from pitrou/ARROW-13655-max-parquet-message-size Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>