jeppe-dos opened a new pull request, #1433: URL: https://github.com/apache/iceberg-python/pull/1433
A tuple must be used to make columns in structs as described in add_column: "Because "." may be interpreted as a column path separator or may be used in field names, it is not allowed to add nested column by passing in a string. To add to nested structures or to add fields with names that contain "." use a tuple instead to indicate the path." This PR corrects the documentation to use tuples instead of dot notation. From [issue 1407 ](https://github.com/apache/iceberg-python/issues/1407) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org