ddeath commented on PR #3272: URL: https://github.com/apache/parquet-java/pull/3272#issuecomment-3522563839
@gszadovszky I would like to point out that we already have max depth in parquet-proto. It was implemented couple years ago. https://github.com/apache/parquet-java/pull/995 It would be nice to support this if possible. I came here because confluent s3 sink connector is failing on this :D we have field of type `google.protobuf.Struct` in our message but that Struct is self referencing and is causing StackOverflow on older version. -- 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]
