ruanhang1993 commented on code in PR #817: URL: https://github.com/apache/flink-web/pull/817#discussion_r2580028473
########## docs/content/posts/2025-11-30-release-2.2.0.md: ########## @@ -0,0 +1,312 @@ +--- +title: "Apache Flink 2.2.0: Advancing Real-Time Data + AI and Empowering Stream Processing for the AI Era" +date: "2025-11-30T00:00:00.000Z" +aliases: +- /news/2025/11/30/release-2.2.0.html +authors: +- Hang: + name: "Hang Ruan" + +--- + +The Apache Flink PMC is proud to announce the release of Apache Flink 2.2.0. Flink 2.2.0 further enriches AI capabilities, enhances materialized tables and the Connector framework, and improves batch processing and PyFlink support. This release brings together 73 global contributors, implements 9 FLIPs (Flink Improvement Proposals), and resolves over 220 issues. We extend our gratitude to all contributors for their invaluable support! + +Let's dive into the highlights. + +# Flink SQL Improvements + +## Realtime AI Function +Apache Flink has supported leveraging LLM capabilities through the `ML_PREDICT` function in Flink SQL +since version 2.1, enabling users to perform semantic analysis in a simple and efficient way. In Flink + 2.2, the Table API also supports model inference operations that allow you to integrate machine learning Review Comment: Fixed. -- 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]
