pitrou opened a new issue, #51238: URL: https://github.com/apache/arrow/issues/51238
### Describe the enhancement requested Reconstructing a nested Schema from the Parquet Thrift metadata implies a recursive call that can blow up the stack on pathologically-nested schemas (with thousands of nesting levels or more). We should add a limit on the schema nesting depth to turn a stack overflow-induced crash into a regular Parquet error. ### Component(s) C++, Parquet -- 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]
