You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/01/07 13:04:01 UTC

[flink-web] 01/02: Make minor change to "Add blog post "Apache Flink ML 2.0.0 Release Announcement"

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

gaoyunhaii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit cb83bf313793f532731533f82c2599d6af39d518
Author: Dong Lin <li...@gmail.com>
AuthorDate: Fri Jan 7 20:44:08 2022 +0800

    Make minor change to "Add blog post "Apache Flink ML 2.0.0 Release Announcement"
    
    This closes #496.
---
 _posts/2022-01-07-release-ml-2.0.0.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_posts/2022-01-07-release-ml-2.0.0.md b/_posts/2022-01-07-release-ml-2.0.0.md
index 8146f5e..4cbea98 100644
--- a/_posts/2022-01-07-release-ml-2.0.0.md
+++ b/_posts/2022-01-07-release-ml-2.0.0.md
@@ -88,8 +88,7 @@ With
 parameters can be defined as static variables of an interface, and any
 algorithm that implements the interface could inherit these variable
 definitions without additional work. Commonly used parameter validators are
-provided as part of the infrastructure. And fields such as isOptional are
-removed from the parameter definition for simplicity.
+provided as part of the infrastructure.
 
 ### Tools for composing DAG of stages into a new stage