iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Support writing V3 tables

Open Fokko opened this issue 11 months ago • 2 comments

Feature Request / Improvement

Support writing V3 tables

Fokko avatar Jan 21 '25 13:01 Fokko

Hi @Fokko, what is actually required for this? I was hoping to create some v3 tables using the new nanosecond timestamp support, but encountered an error that pointed to this issue

NotImplementedError: Writing V3 is not yet supported

b-phi avatar Mar 25 '25 14:03 b-phi

@b-phi The V3 spec is not officially adopted yet, therefore we still fence writing V3 tables because stuff might still change.

Fokko avatar Mar 25 '25 15:03 Fokko

As I understand the v3 spec has been finalized. How can I help with supporting v3 writes from pyiceberg?

b-phi avatar Jun 02 '25 19:06 b-phi

@b-phi i've added V3 tags for issues to support Iceberg V3 https://github.com/apache/iceberg-python/issues?q=state%3Aopen%20label%3A%22V3%22

Also here are some of the requirements to write V3 tables https://iceberg.apache.org/spec/#version-3

kevinjqliu avatar Jun 03 '25 04:06 kevinjqliu