Is your feature request related to a problem or challenge?
15 days ago the latest version (0.22.0) of apache-avro was released. This has come with approximately 34 breaking changes. This issue is to track upgrading to using it.
This in turn has internal fixes needed to get UUID partitions fully working in #2916
Describe the solution you'd like
iceberg-rs changes from using apache-avro version 0.21.0, to 0.22.0.
- All breaking changes fixed.
- No new bugs added.
(I can make a start on this as I need UUID partitions. I suspect there will be places in the code I'll need to reach out and ask what is the code trying to do, and asking what correct looks like.)
Willingness to contribute
I would be willing to contribute to this feature with guidance from the Iceberg Rust community
Is your feature request related to a problem or challenge?
15 days ago the latest version (0.22.0) of
apache-avrowas released. This has come with approximately 34 breaking changes. This issue is to track upgrading to using it.This in turn has internal fixes needed to get UUID partitions fully working in #2916
Describe the solution you'd like
iceberg-rschanges from usingapache-avroversion 0.21.0, to 0.22.0.(I can make a start on this as I need UUID partitions. I suspect there will be places in the code I'll need to reach out and ask what is the code trying to do, and asking what correct looks like.)
Willingness to contribute
I would be willing to contribute to this feature with guidance from the Iceberg Rust community