Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-07 Thread via GitHub
HonahX merged PR #695: URL: https://github.com/apache/iceberg-python/pull/695 -- 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

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-07 Thread via GitHub
HonahX commented on PR #695: URL: https://github.com/apache/iceberg-python/pull/695#issuecomment-2098885056 @enkidulan Thanks for fixing the test and the great work! Thanks @syun64 and @kevinjqliu for reviewing. Merging! -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-07 Thread via GitHub
enkidulan commented on PR #695: URL: https://github.com/apache/iceberg-python/pull/695#issuecomment-2097627337 I pushed a small update to make Python 3.8 tests pass. I had to replace `collections.abc.Iterator` with `typing.Iterator`, as the former only supports subscripting starting with Py

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-02 Thread via GitHub
enkidulan commented on PR #695: URL: https://github.com/apache/iceberg-python/pull/695#issuecomment-2091494648 Thanks @syun64. I've added the tests -- 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

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-02 Thread via GitHub
enkidulan commented on code in PR #695: URL: https://github.com/apache/iceberg-python/pull/695#discussion_r1588306192 ## tests/integration/test_add_files.py: ## @@ -122,8 +123,13 @@ def _create_table( return tbl +@pytest.fixture(name="format_version", params=[pytest.par

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-02 Thread via GitHub
enkidulan commented on code in PR #695: URL: https://github.com/apache/iceberg-python/pull/695#discussion_r1588306192 ## tests/integration/test_add_files.py: ## @@ -122,8 +123,13 @@ def _create_table( return tbl +@pytest.fixture(name="format_version", params=[pytest.par

Re: [PR] Make `add_files` to support `snapshot_properties` argument [iceberg-python]

2024-05-02 Thread via GitHub
syun64 commented on PR #695: URL: https://github.com/apache/iceberg-python/pull/695#issuecomment-2090959978 @enkidulan - thank you for working on this. I think https://github.com/apache/iceberg-python/blob/main/tests/integration/test_add_files.py is the right place for these tests -- Thi