platinumhamburg opened a new issue, #1281: URL: https://github.com/apache/fluss/issues/1281
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Fluss version 0.7.0 (latest release) ### Please describe the bug 🐞 RecordsFieldFinder may get stuck in an infinite recursion and then cause a stack overflow when processing a recursively referenced protobuf message structure. ### Solution Introduce a set to track visited message types to avoid infinite recursion. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
