Re: [DISCUSS] Apache Iceberg 1.7.0 Release Cutoff

2024-10-23 Thread Anton Okolnychyi
Do I recall our agreement that any V3 spec changes that will be released bear no compatibility guarantees until we close V3 and vote on it as a whole? There are a few major PRs unrelated to V3 that are close but unlikely to be merged by the end of this week: - Amogh and I were working on sync main

Re: [DISCUSS] Iceberg Rust Sync Meeting

2024-10-23 Thread Xuanwo
Looks good to me. Would you like to start a poll for this? On Thu, Oct 24, 2024, at 14:25, Renjie Liu wrote: > Seems that there is no objection about this meeting, but we have different > options about timing. Should we start a poll for timing? > > On Fri, Oct 11, 2024 at 11:27 PM Sung Yun wrot

Re: [DISCUSS] Apache Iceberg 1.7.0 Release Cutoff

2024-10-23 Thread Jean-Baptiste Onofré
Hi Anton, AFAIR, when we discussed the 1.7.0 release, we agreed about the "best effort" regarding V3. Regarding the major PRs you are mentioning, we can always include in 1.7.1 and following. I think we can still wait a few days before the freeze, but not weeks. I think we should move forward on 1

[PROPOSAL] Refactore use of Guava Lists.*

2024-10-23 Thread Jean-Baptiste Onofré
Hi folks, We are using Guava for different "utils" methods. Especially, we are using Guava to create lists and maps. For instance, we do (and we force the use of): List myList = Lists.newArrayList(); or Map myMap = Maps.newHashMap(); If it was a good idea up to JDK7, these methods are now unne

[PROPOSAL] Fine-Grained Metadata Commit Support

2024-10-23 Thread Drew
Hi Everyone, As mentioned in the community sync last week, I'm currently working on a proposal to enhance the Iceberg UpdateTable REST API to enable fine-grained metadata commits. The goal is to shift some of the snapshot production responsibilities from the client to the RESTCatalog service. Thi

[DISCUSS, INVITATION] Partially Load Metadata Proposal

2024-10-23 Thread Haizhou Zhao
Hello Iceberg Community, I'd like to have a follow up discussion on my proposal: Partially Loading Metadata

Re: [DISCUSS] Apache Iceberg 1.7.0 Release Cutoff

2024-10-23 Thread Manu Zhang
Can we also include https://github.com/apache/iceberg/pull/11157? Much appreciated if I can get more eyes on it. Thanks, Manu On Wed, Oct 23, 2024 at 11:03 PM Russell Spitzer wrote: > Keep up coming :) I did a pass on Prashant's as well > > On Wed, Oct 23, 2024 at 12:47 AM Jean-Baptiste Onofré

Re: [DISCUSS] Apache Iceberg 1.7.0 Release Cutoff

2024-10-23 Thread Russell Spitzer
Keep up coming :) I did a pass on Prashant's as well On Wed, Oct 23, 2024 at 12:47 AM Jean-Baptiste Onofré wrote: > Hi Prashant > > Thanks for the heads up. We still have time to review and include in > the release. > > I will do a pass on your PR. > > Thanks ! > Regards > JB > > On Tue, Oct 22,

Re: Overwrite old properties on table replace with REST catalog

2024-10-23 Thread Vladimir Ozerov
Hi, Sure, will do. *Vladimir Ozerov* Founder querifylabs.com Ср, 23 окт. 2024 г. в 08:50, Jean-Baptiste Onofré : > I second Ryan here, it would be great to clarify in the > "implementation notes" section. > > Thanks ! > Regards > JB > > On Wed, Oct 23, 2024 at 1:10 AM rdb...@gmail.com wrote: