Federico-Vichachi commented on PR #1883: URL: https://github.com/apache/iceberg-python/pull/1883#issuecomment-2784186020
Hi @Fokko, I appreciate your corrections and will include them. Regarding the test, I was trying to run the following one but had problems installing the project's dependencies with poetry install. This is the test I want to run in test_partition_evolution.py. update_spec = table.update_spec() update_spec.add_field("example_col", "identity") update_spec.commit() assert "example_col" in table.schema().fields` -- 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