apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
402 stars 147 forks source link

Bump `duckdb` to version `1.1.0` #1149

Closed kevinjqliu closed 3 weeks ago

kevinjqliu commented 3 weeks ago

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 in #787

poetry add duckdb@1.1.0 --optional
# remove pyproject.toml changes
poetry lock --no-update
kevinjqliu commented 3 weeks ago

Updated the PR to only change duckdb from v1.0.0 to v1.1.0 in the poetry.lock file

kevinjqliu commented 3 weeks ago

@sungwy instead of pinning duckdb to v1.1.0, i just change the underlying poetry.lock to reference version 1.1.0. PTAL

sungwy commented 3 weeks ago

Nice! I think dependabot also opened a PR to do the same. I'll approve and merge this PR, but I think it's good to learn that it'll be taken care of automatically! https://github.com/apache/iceberg-python/pull/1152/files