Commits

Wes McKinney authored bc283e33232
ARROW-8694: [C++][Parquet] Relax string size limit when deserializing Thrift messages While it's not an ideal use case for Parquet, the 10MB limit for strings was causing a Thrift deserialization failure due to the large "pandas metadata" JSON blob written with the Schema when there are many columns. A 100MB limit should still catch "memory bombs" caused by nefarious input while allowing pretty wide data frames to be stored successfully Closes #7103 from wesm/ARROW-8694 Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>