Re: [PR] Bump `duckdb` to version `1.1.0` [iceberg-python]

2024-09-10 Thread via GitHub
sungwy merged PR #1149: URL: https://github.com/apache/iceberg-python/pull/1149 -- 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...@icebe

Re: [PR] Bump `duckdb` to version `1.1.0` [iceberg-python]

2024-09-09 Thread via GitHub
kevinjqliu commented on PR #1149: URL: https://github.com/apache/iceberg-python/pull/1149#issuecomment-2339300626 Updated the PR to only change duckdb from v1.0.0 to v1.1.0 in the poetry.lock file -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Bump `duckdb` to version `1.1.0` [iceberg-python]

2024-09-09 Thread via GitHub
kevinjqliu commented on code in PR #1149: URL: https://github.com/apache/iceberg-python/pull/1149#discussion_r1750910730 ## pyproject.toml: ## @@ -64,7 +64,7 @@ zstandard = ">=0.13.0,<1.0.0" tenacity = ">=8.2.3,<10.0.0" pyarrow = { version = ">=14.0.0,<18.0.0", optional = true

Re: [PR] Bump `duckdb` to version `1.1.0` [iceberg-python]

2024-09-09 Thread via GitHub
sungwy commented on code in PR #1149: URL: https://github.com/apache/iceberg-python/pull/1149#discussion_r1750905022 ## pyproject.toml: ## @@ -64,7 +64,7 @@ zstandard = ">=0.13.0,<1.0.0" tenacity = ">=8.2.3,<10.0.0" pyarrow = { version = ">=14.0.0,<18.0.0", optional = true }

[PR] Bump `duckdb` to version `1.1.0` [iceberg-python]

2024-09-09 Thread via GitHub
kevinjqliu opened a new pull request, #1149: URL: https://github.com/apache/iceberg-python/pull/1149 Duckdb version 1.1.0 added support for automatic retries when installing extensions (https://github.com/duckdb/duckdb/pull/13122). This will help resolve the intermittent CI issue observed