Fokko commented on issue #2511:
URL:
https://github.com/apache/iceberg-python/issues/2511#issuecomment-3335947398
Hey there, I think the API should be invoked as:
```python
with table.update_schema() as updater:
updater.add_column(("address", "street"), StringType(), required=False),
...
)
```
However, after a quick test, this still causes an issue. In this case, we
should inject a StructType. Thoughts?
--
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]