From 10dbe1800855f49bf84208a592483878741cf994 Mon Sep 17 00:00:00 2001 From: Lars Kroll Date: Fri, 31 Jan 2025 16:07:50 +0100 Subject: [PATCH] Remove section about converting Delta back to parquet --- docs/source/delta-utility.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/delta-utility.md b/docs/source/delta-utility.md index a1e5a9b5e8d..1dd93f40882 100644 --- a/docs/source/delta-utility.md +++ b/docs/source/delta-utility.md @@ -516,13 +516,6 @@ CONVERT TO DELTA iceberg.`` NO STATISTICS - Converting Iceberg merge-on-read tables that have experienced updates, deletions, or merges is not supported. -## Convert a Delta table to a Parquet table - -You can easily convert a Delta table back to a Parquet table using the following steps: - -1. If you have performed operations that can change the data files (for example, `delete` or `merge`), run [vacuum](#delta-vacuum) with retention of 0 hours to delete all data files that do not belong to the latest version of the table. -#. Delete the `_delta_log` directory in the table directory. - ## Restore a Delta table to an earlier state