diff --git a/docs/source/delta-utility.md b/docs/source/delta-utility.md index a1e5a9b5e8..1dd93f4088 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