Arnaud Briche

Results 7 comments of Arnaud Briche

`Or, you need a async way to query and a getProgress function?` This, clearly. Having an async query API would allow to get progress but maybe also profile event, which...

After digging a bit deeper, I noticed that most of the features I need have already been implemented. I can see this in the code: ```go MetadataDeleteAfterCommitEnabledKey = "write.metadata.delete-after-commit.enabled" MetadataDeleteAfterCommitEnabledDefault...

Ok, so after digging a bit, it seems like my comment above is completely off. I confused the metadata log and the snapshot log. Quick remark though: while implementing `CommitTable`...

Hi @zeroshade ! I'm working on implementing snapshot expiration. Looking at how `MetadataBuilder` and `Update` works, I'm a bit confused about how things are supposed to works. For example: ```go...

Closed by https://github.com/apache/iceberg-go/pull/401

I submitted a small PR to allow using `version-hint.text`: https://github.com/apache/iceberg-python/pull/1887

Awesome. I'm particularly interested in the support for Iceberg whithin the latest versions.