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