You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/14 20:17:25 UTC

[GitHub] [iceberg] amogh-jahagirdar opened a new pull request #4122: Docs: Add 0.13.1 release notes

amogh-jahagirdar opened a new pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122


   Add 0.13.1 release notes (Note: Vote still in progress, this is just a PR to make sure the release notes are clear. Won't merge until vote is confirmed).


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806324062



##########
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




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122


   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
rdblue commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806330749



##########
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:
       Fixes manifest location collisions when there are multiple committers in the same Flink job.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039698517


   Thanks for the more concise descriptions @rdblue ! I have updated the notes, let me know what you think


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] 0xffmeta commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
0xffmeta commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039921838


   When the latest 0.13.1 will be released?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806295452



##########
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:
       Also prefer full sentence instead of using brackets




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806293289



##########
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:
       need to add artifact links for past releases




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] 0xffmeta commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
0xffmeta commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039921838


   When the latest 0.13.1 will be released?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039698517


   Thanks for the more concise descriptions @rdblue ! I have updated the notes, let me know what you think


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
rdblue commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806330409



##########
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:
       Documentation typically should not user personal pronouns, like "we". Instead, it is better to be clear and direct. In this case: "Fixes table creation in the root namespace of a HadoopCatalog"

##########
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. 

Review comment:
       Good description!

##########
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:
       Fixes manifest location collisions when there are multiple committers in the same Flink job.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806296032



##########
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:
       No need to mention PR or release that brings in the issue, better to describe the symptom so people can know if the fix is related to their usage.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039681117


   @rdblue would you like to take a quick look for the release note?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806294010



##########
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:
       we can follow the pattern used in 0.12.1, use sentences `#<PR Number> fixes something`




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122


   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
rdblue commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806330409



##########
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:
       Documentation typically should not user personal pronouns, like "we". Instead, it is better to be clear and direct. In this case: "Fixes table creation in the root namespace of a HadoopCatalog"

##########
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. 

Review comment:
       Good description!




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806337194



##########
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
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.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806324214



##########
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




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] amogh-jahagirdar commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
amogh-jahagirdar commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806336906



##########
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!




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#issuecomment-1039681117


   @rdblue would you like to take a quick look for the release note?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on a change in pull request #4122: Docs: Add 0.13.1 release notes

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on a change in pull request #4122:
URL: https://github.com/apache/iceberg/pull/4122#discussion_r806293289



##########
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:
       need to add artifact links for past releases

##########
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:
       we can follow the pattern used in 0.12.1, use sentences `#<PR Number> fixes something`

##########
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:
       Also prefer full sentence instead of using brackets

##########
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:
       No need to mention PR or release that brings in the issue, better to describe the symptom so people can know if the fix is related to their usage.




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org