ayushtkn commented on issue #14611: URL: https://github.com/apache/iceberg/issues/14611#issuecomment-4565148164
@Tishj I am not sure about the documentation, But if you see the code, you can't set anything apart from `null` as default value for a `nested` type. Can check here https://github.com/apache/iceberg/blob/1a5b46cd02c7aea50524a36d57b5f3996a3ebacd/api/src/main/java/org/apache/iceberg/types/Types.java#L881-L888 And `struct` is a `NestedType` <img width="590" height="118" alt="Image" src="https://github.com/user-attachments/assets/0983e745-8331-451b-894b-9bb399c89684" /> I haven't checked this since long, unless something has changed since then :-) -- 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]
