Re: [DISCUSS] Rest Catalog 419 Response Code

2025-02-22 Thread Sung Yun
Thank you Daniel, Dmitri, Alex and Yufei for sharing your thoughts. I'm in favor of updating the REST Spec to be more clear about these status codes. Here's a PR[1] that follows the RFC language to make expected and recommended behaviors of the server and the client more explicit (thanks Dmitri f

Re: [DISCUSS] PyIceberg 0.9.0 release

2025-02-22 Thread Kevin Liu
Hey everyone, We created a release candidate, 0.9.0RC1. * https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-0.9.0rc1/ * https://pypi.org/project/pyiceberg/0.9.0rc1/ While running the verification process, I found an issue where `resolve_s3_region` is called repeatedly in the integration te

Re: Iceberg python library sync

2025-02-22 Thread Jun H.
Hi everyone, FYI, the next community python library sync meeting will be on Tuesday (02/25/2025) at 9 AM (US/Pacific). Here is the meeting agenda for the topics to discuss: https://docs.google.com/document/d/1oMKodaZJrOJjPfc8PDVAoTdl02eGQKHlhwuggiw7s9U/edit?tab=t.0#bookmark=kix.7fqjzonotn9f. Pleas

Re: [DISCUSS][Rust] Frequency of upgrading minimum supported rust version.

2025-02-22 Thread xxchan
Hi, I think we can just follow Datafusion's policy, which is a consumer and relatively conservative (4 minor versions, or ~6 month ) https://github.com/apache/datafusion?tab=readme-ov-file#rust-version-compatibility-policy xxchan On Sat, Feb 22, 2025 at 04:21 Christian Thiel wrote: > Dear both