pitrou opened a new pull request #11123: URL: https://github.com/apache/arrow/pull/11123
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
