Re: [DISCUSS] December board report

2024-12-13 Thread Kevin Liu
Hi Ryan, Thanks for putting together the report! I have a couple of items that might be helpful to include. PyIceberg * Updated the release process and documentation * Updated integration tests to use the TCK REST catalog docker image (`apache/iceberg-rest-fixture`) built using the apache/iceber

Re: [DISCUSS] December board report

2024-12-11 Thread Péter Váry
Hi Ryan, Thanks for putting this together! For Java/Flink we could mention that ExpireSnapshots TableMaintenance is available now. On Thu, Dec 12, 2024, 04:47 Ajantha Bhat wrote: > At Java side, I would add > > - Core util to compute partition stats has been merged. > https://github.com/apache/i

Re: [DISCUSS] December board report

2024-12-11 Thread Ajantha Bhat
At Java side, I would add - Core util to compute partition stats has been merged. https://github.com/apache/iceberg/pull/11146 - REST catalog TCK has been merged and docker image is published under ` *apache/iceberg-rest-fixture`*Also, > Spark: Removed Spark 3.3 support We just deprecated it

Re: [DISCUSS] December board report

2024-12-11 Thread Renjie Liu
For rust, we have added support parquet data file writer, and support for other writers are undergoing. On Thu, Dec 12, 2024 at 9:26 AM Gang Wu wrote: > For C++, I think it is aimed for a full featured C++ library (not for > puffin implementation only). > > On Thu, Dec 12, 2024 at 6:14 AM rdb..

Re: [DISCUSS] December board report

2024-12-11 Thread Gang Wu
For C++, I think it is aimed for a full featured C++ library (not for puffin implementation only). On Thu, Dec 12, 2024 at 6:14 AM rdb...@gmail.com wrote: > I'll update it. Thanks! > > (By the way, the Avro default value support was in the Java section) > > On Wed, Dec 11, 2024 at 2:00 PM Matt T

Re: [DISCUSS] December board report

2024-12-11 Thread rdb...@gmail.com
I'll update it. Thanks! (By the way, the Avro default value support was in the Java section) On Wed, Dec 11, 2024 at 2:00 PM Matt Topol wrote: > For the Go release, can we please point out that it supports reading the > data too, not just metadata? > > It produces a stream of Arrow record batch

Re: [DISCUSS] December board report

2024-12-11 Thread Matt Topol
For the Go release, can we please point out that it supports reading the data too, not just metadata? It produces a stream of Arrow record batches. On Wed, Dec 11, 2024, 4:22 PM Walaa Eldin Moustafa wrote: > Hi Ryan, > > For Table Format V3, we could point out that the default value support for

Re: [DISCUSS] December board report

2024-12-11 Thread Walaa Eldin Moustafa
Hi Ryan, For Table Format V3, we could point out that the default value support for Avro has been merged and support for other formats is ongoing. Thanks, Walaa. On Wed, Dec 11, 2024 at 12:51 PM rdb...@gmail.com wrote: > Hi everyone, > > It’s time to report to the board again. Great to see al