Fokko commented on PR #1772: URL: https://github.com/apache/iceberg-python/pull/1772#issuecomment-2740743985
@kaushiksrini can you check the CI? It looks like `mypy` has some issues: ``` pyiceberg/table/update/snapshot.py:303: error: Item "None" of "Snapshot | None" has no attribute "snapshot_id" [union-attr] pyiceberg/table/update/snapshot.py:306: error: Item "None" of "Summary | None" has no attribute "operation" [union-attr] ``` -- 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]
