Ask Your Question
2

Can I convert Parquet data to an Iceberg table without creating a new table?

asked 2021-12-23 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-06-08 17:00:00 +0000

pufferfish gravatar image

No, you cannot convert Parquet data to an Iceberg table without creating a new table. Iceberg file format is designed with metadata management in mind, so creating a new table with proper metadata is required to take full advantage of the Iceberg table features. However, you can use the data from the existing Parquet table as a source to populate the new Iceberg table by reading the data from the Parquet table and writing it to the new Iceberg table.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-23 11:00:00 +0000

Seen: 11 times

Last updated: Jun 08 '21