danaford opened a new pull request, #14834:
URL: https://github.com/apache/iceberg/pull/14834

   Fixes StackOverflowError when converting Kafka Connect schemas that contain 
recursive type references (e.g., protobuf's `google.protobuf.Struct` or 
self-referencing messages like `message Node { repeated Node children = 1; })`.
   
   Additionally, this change handles empty structs (protobuf messages with no 
fields) by converting them to StringType, since Parquet cannot write empty 
groups.
   
   Related issue: https://github.com/apache/iceberg/issues/14697


-- 
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]

Reply via email to