ArnavBalyan opened a new pull request, #3272:
URL: https://github.com/apache/parquet-java/pull/3272
Summary:
- Currently recursive objects in avro can cause infinite recursion and
stackoverflow error.
- Added a cycle detection to prevent it and gracefully through error at a
certain max depth, can be controlled through: `parquet.avro.max-recursion`
- Fixes: #2961
Testing:
- Added UTs
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]