amogh-jahagirdar commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806323943



##########
File path: docs/common/releases/release-notes.md
##########
@@ -66,7 +66,21 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.13.0 Release Notes
+## 0.13.1 Release Notes
+
+**Important bug fixes:**
+
+* **Spark**
+  * Fix predicate pushdown (filter-based and merge conditions) for row-level 
operations in Spark 3.2. [[\#4023](https://github.com/apache/iceberg/pull/4023)]
+  * Fix an issue introduced in 
[#3722](https://github.com/apache/iceberg/pull/3722) and in the 0.13.0 release 
which lead to not being able to
+  create a table in the root namespace of the Hadoop 
catalog.[[\#3986](https://github.com/apache/iceberg/pull/3986)]
+
+* **Flink**
+  * Fix manifest location collision when there are multiple committers for 
multiple sink tables. [[\#4024](https://github.com/apache/iceberg/pull/4024)]
+
+## Past releases
+
+### 0.13.0 Release Notes
 
 Apache Iceberg 0.13.0 was released on February 4th, 2022.

Review comment:
       Good point, added.

##########
File path: docs/common/releases/release-notes.md
##########
@@ -66,7 +66,21 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.13.0 Release Notes
+## 0.13.1 Release Notes
+
+**Important bug fixes:**
+
+* **Spark**
+  * Fix predicate pushdown (filter-based and merge conditions) for row-level 
operations in Spark 3.2. [[\#4023](https://github.com/apache/iceberg/pull/4023)]

Review comment:
       Updated

##########
File path: docs/common/releases/release-notes.md
##########
@@ -66,7 +66,21 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.13.0 Release Notes
+## 0.13.1 Release Notes
+
+**Important bug fixes:**
+
+* **Spark**
+  * Fix predicate pushdown (filter-based and merge conditions) for row-level 
operations in Spark 3.2. [[\#4023](https://github.com/apache/iceberg/pull/4023)]
+  * Fix an issue introduced in 
[#3722](https://github.com/apache/iceberg/pull/3722) and in the 0.13.0 release 
which lead to not being able to

Review comment:
       Updated so it's more concise

##########
File path: docs/common/releases/release-notes.md
##########
@@ -66,10 +66,39 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.13.0 Release Notes
+## 0.13.1 Release Notes
+
+Apache Iceberg 0.13.1 was released on February 14th, 2022.
+
+**Important bug fixes:**
+
+* **Spark**
+  * [\#4023](https://github.com/apache/iceberg/pull/4023) fixes predicate 
pushdown in row-level operations for merge conditions in Spark 3.2. 
+  Prior to the fix, filters would not be extracted and targeted merge 
conditions were not pushed down leading to degraded performance
+  for these targeted merge operations.
+  * [\#4024](https://github.com/apache/iceberg/pull/4024) fixes an issue where 
we cannot create a table in the root namespace of the hadoop catalog.

Review comment:
       Good point, this is more concise. Updated!

##########
File path: docs/common/releases/release-notes.md
##########
@@ -66,10 +66,39 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.13.0 Release Notes
+## 0.13.1 Release Notes
+
+Apache Iceberg 0.13.1 was released on February 14th, 2022.
+
+**Important bug fixes:**
+
+* **Spark**
+  * [\#4023](https://github.com/apache/iceberg/pull/4023) fixes predicate 
pushdown in row-level operations for merge conditions in Spark 3.2. 
+  Prior to the fix, filters would not be extracted and targeted merge 
conditions were not pushed down leading to degraded performance
+  for these targeted merge operations.
+  * [\#4024](https://github.com/apache/iceberg/pull/4024) fixes an issue where 
we cannot create a table in the root namespace of the hadoop catalog.
+
+* **Flink**
+  * [\#3986](https://github.com/apache/iceberg/pull/3986) fixes an issue where 
there are multiple committers for multiple sink tables, 

Review comment:
       Ah yeah, this is more concise. Thanks, and updated! 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to