You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/11 07:53:49 UTC

[GitHub] [flink-web] carp84 commented on a diff in pull request #571: Release Flink Table Store 0.2.1

carp84 commented on code in PR #571:
URL: https://github.com/apache/flink-web/pull/571#discussion_r991928916


##########
_posts/2022-09-30-release-table-store-0.2.1.md:
##########
@@ -0,0 +1,66 @@
+---
+layout: post
+title:  "Apache Flink Table Store 0.2.1 Release Announcement"
+date: 2022-09-30T22:00:00.000Z
+categories: news
+authors:
+- JingsongLi:
+  name: "Jingsong Lee"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release for Flink Table Store 0.2.
+
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of the Flink Table Store 0.2 series.
+
+This release includes 14 bug fixes, vulnerability fixes, and minor improvements for Flink Table Store 0.2.

Review Comment:
   Please check and confirm whether [FLINK-29554](https://issues.apache.org/jira/browse/FLINK-29554) and [FLINK-29345](https://issues.apache.org/jira/browse/FLINK-29345) should be included and update the number accordingly if not.



##########
_posts/2022-09-30-release-table-store-0.2.1.md:
##########
@@ -0,0 +1,66 @@
+---
+layout: post
+title:  "Apache Flink Table Store 0.2.1 Release Announcement"
+date: 2022-09-30T22:00:00.000Z
+categories: news
+authors:
+- JingsongLi:
+  name: "Jingsong Lee"
+
+excerpt: The Apache Flink Community is pleased to announce a bug fix release for Flink Table Store 0.2.
+
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of the Flink Table Store 0.2 series.
+
+This release includes 14 bug fixes, vulnerability fixes, and minor improvements for Flink Table Store 0.2.
+Below you will find a list of all bugfixes and improvements. For a complete list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12352257).
+
+We highly recommend all users upgrade to Flink Table Store 0.2.1.
+
+# Release Artifacts
+
+## Binaries
+
+You can find the binaries on the updated [Downloads page]({{ site.baseurl }}/downloads.html).
+
+# Release Notes
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29098'>FLINK-29098</a>] -         StoreWriteOperator#prepareCommit should let logSinkFunction flush first before fetching offset
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29241'>FLINK-29241</a>] -         Can not overwrite from empty input
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29273'>FLINK-29273</a>] -         Page not enough Exception in SortBufferMemTable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29278'>FLINK-29278</a>] -         BINARY type is not supported in table store
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29295'>FLINK-29295</a>] -         Clear RecordWriter slower to avoid causing frequent compaction conflicts
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/FLINK-29345'>FLINK-29345</a>] -         Too many open files in table store orc writer

Review Comment:
   It seems the fix version of [FLINK-29345](https://issues.apache.org/jira/browse/FLINK-29345) is 0.3.0 only, please check and confirm whether this is included in 0.2.1



-- 
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@flink.apache.org

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