From 0d1cb52511be0ba559c31a419967e233b221dd1c Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Mon, 7 Feb 2022 20:51:11 -0800 Subject: [PATCH] Remove Parquet legacy file read support from 0.13.0 release note --- landing-page/content/common/releases/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/landing-page/content/common/releases/release-notes.md b/landing-page/content/common/releases/release-notes.md index 94803039e..e5a1b0225 100644 --- a/landing-page/content/common/releases/release-notes.md +++ b/landing-page/content/common/releases/release-notes.md @@ -97,7 +97,6 @@ Apache Iceberg 0.13.0 was released on February 4th, 2022. * Table listing in Hive catalog can now skip non-Iceberg tables by disabling flag `list-all-tables` [[\#3908](https://github.com/apache/iceberg/pull/3908)] * Hive tables imported to Iceberg can now be read by `IcebergInputFormat` [[\#3312](https://github.com/apache/iceberg/pull/3312)] * **File Formats** - * Reading legacy Parquet file (e.g. produced by `ParquetHiveSerDe` or Spark `spark.sql.parquet.writeLegacyFormat=true`) is now fully supported to facilitate Hive to Iceberg table migration [[\#3723](https://github.com/apache/iceberg/pull/3723)] * ORC now supports writing delete file [[\#3248](https://github.com/apache/iceberg/pull/3248)] [[\#3250](https://github.com/apache/iceberg/pull/3250)] [[\#3366](https://github.com/apache/iceberg/pull/3366)] **Important bug fixes:**