You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable converting parquet-backed Iceberg tables to Delta tables without rewriting parquet files. This new Delta Table will need to be at least protocol version { reader=2, writer=5 } as Column Mapping will be needed during the conversion.
Motivation
We want to make it easier for users to convert their existing Iceberg tables to Delta tables and start experiencing all the wonderful benefits of Delta! Having a native Iceberg converter that doesn't rewrite parquet files should help smoothen this transition.
Further details
We will have to think about what this API / module / JAR / artifact, etc. will look like. Would love to hear feedback and thoughts from the community!
The text was updated successfully, but these errors were encountered:
Each of these cases of iceberg tables are pretty complex to translate to Delta protocol. So it's tricky to get it done before the next release. We definitely welcome the community to help out.
Feature request
Overview
Enable converting parquet-backed Iceberg tables to Delta tables without rewriting parquet files. This new Delta Table will need to be at least protocol version { reader=2, writer=5 } as Column Mapping will be needed during the conversion.
Motivation
We want to make it easier for users to convert their existing Iceberg tables to Delta tables and start experiencing all the wonderful benefits of Delta! Having a native Iceberg converter that doesn't rewrite parquet files should help smoothen this transition.
Further details
We will have to think about what this API / module / JAR / artifact, etc. will look like. Would love to hear feedback and thoughts from the community!
The text was updated successfully, but these errors were encountered: