Thank you for the thoughtful feedback, Yan, and for bringing up these
important questions.
> How realistic is the scenario I've described, and what's the likelihood
of encountering it in production environments?
I don’t have direct visibility into that either, but I’ve seen some vendors
claim the
Hi all, also happy to support this!
I think one thing I'm looking forward out of this work in addition to the
general improvements is being able to use this as a building block for
instrumenting different Iceberg implementations. From what I currently
understand maintainers need to know what diffe
Hi Team,
I’d like to start a discussion about removing the use of allowEmptyValue in
the REST Catalog API, in light of OAI/OpenAPI-Specification#1632.
The use of allowEmptyValue is not recommended, and it is likely to be
removed in a future revision of the OpenAPI specification.
This option has
I'm strongly against writing equality deletes from the KC writer because it
can't sort to make the deletes more efficient to apply. I don't think that
equality deletes should be used in situations like this and that it is only
going to cause pain for users that don't understand that they need offli
Thanks Leon for bringing this up.
The main reason that all the implementations test against Spark is that it
is well supported and has a nice SQL API to easily set up test cases. But
most importantly, it uses the Iceberg Java SDK underneath, which we
consider the reference implementation of Iceber
Thanks Ryan, looks good. Thanks for mentioning the PyIceberg milestone 🎉
Kind regards,
Fokko
Op zo 8 jun 2025 om 22:08 schreef Matt Topol :
> Thanks Ryan! The Go notes look good to me.
>
> On Fri, Jun 6, 2025, 11:15 PM Manu Zhang wrote:
>
>> Hi Ryan,
>>
>> Thanks for drafting the report. We als
Hi, Leon:
> How complex would it be to integrate sqllogictest into non-Rust clients?
This seems non-trivial to me. Note that it's not only about
parsing/executing sqllogictest, the underlying sql engine needs to
integrate with iceberg's language client.
> Should we centralize the shared Docker i
Hi All,
I have ported the Kafka Connect delta writer feature, however there are
some questions around should we support it or wait for the new solution for
Equality deletes.
And there is some interest from the community to have it, so opening this
threat to discuss it.
PR https://github.com/apac