jeppe-dos commented on issue #1407: URL: https://github.com/apache/iceberg-python/issues/1407#issuecomment-2523199638
The schema evolution on the struct is incorrect in the pyiceberg api documention [Schema evolution](https://py.iceberg.apache.org/api/#add-column). It says that to use dot formatting "<struct_name>.<field_name>", but this is incorrect. It should be given as a tuple ("<struct_name>", "<field_name>"). -- 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]
