You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/20 16:07:12 UTC

[iceberg-docs] branch main updated: Remove release note about an unreleased regression.

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new ae939c4e Remove release note about an unreleased regression.
ae939c4e is described below

commit ae939c4ef1ba2df7cfce4846f45e925e0cee3641
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Wed Jul 20 09:06:18 2022 -0700

    Remove release note about an unreleased regression.
---
 landing-page/content/common/release-notes.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/landing-page/content/common/release-notes.md b/landing-page/content/common/release-notes.md
index cd8f4f8a..97145b0f 100644
--- a/landing-page/content/common/release-notes.md
+++ b/landing-page/content/common/release-notes.md
@@ -167,7 +167,6 @@ Apache Iceberg 0.14.0 was released on 16 July 2022.
   - Parquet vectorized reads are enabled by default ([#4196](https://github.com/apache/iceberg/pull/4196))
   - Scan statistics now adjust row counts for split data files ([#4446](https://github.com/apache/iceberg/pull/4446))
   - Implemented `SupportsReportStatistics` in `ScanBuilder` to work around SPARK-38962 ([#5136](https://github.com/apache/iceberg/pull/5136))
-  - Fixed an unreleased performance regression from refactoring Spark interfaces in [#3516](https://github.com/apache/iceberg/pull/3516) ([#5143](https://github.com/apache/iceberg/pull/5143))
   - Updated Spark tables to avoid expensive (and inaccurate) size estimation ([#5225](https://github.com/apache/iceberg/pull/5225))
 * Flink
   - Operators will now use a worker pool per job ([#4177](https://github.com/apache/iceberg/pull/4177))