lihaosky opened a new pull request, #28123: URL: https://github.com/apache/flink/pull/28123
## What is the purpose of the change Adds the release notes for the upcoming Flink 2.3 release, modeled on the format of the [2.2 release notes](https://nightlies.apache.org/flink/flink-docs-release-2.2/release-notes/flink-2.2/). Contents are derived from the FLIP wiki pages for the FLIPs included in 2.3 (FLIP-339, FLIP-487, FLIP-495, FLIP-547, FLIP-549, FLIP-550, FLIP-553, FLIP-555, FLIP-557, FLIP-558, FLIP-559, FLIP-560, FLIP-561, FLIP-564, FLIP-565), with motivation/impact details pulled from each FLIP's umbrella JIRA where present. JIRA: [FLINK-39619](https://issues.apache.org/jira/browse/FLINK-39619) ## Brief change log Section coverage in `docs/content/release-notes/flink-2.3.md`: - Table SQL / API: FROM_CHANGELOG/TO_CHANGELOG PTFs (FLIP-564), CREATE/ALTER MATERIALIZED TABLE parity (FLIP-550), START_MODE for materialized table evolution (FLIP-557), ARTIFACT keyword (FLIP-559), SinkUpsertMaterializer / ON CONFLICT (FLIP-558), Process Table Function enhancements (FLIP-565). - Connectors: Native S3 FileSystem (FLIP-555). - Runtime: Adaptive Partition Selection (FLIP-339), AdaptiveScheduler rescale history (FLIP-495) + Web UI (FLIP-487), checkpointing during recovery (FLIP-547), Application Management (FLIP-549), Application Capability Enhancement (FLIP-560), robust OTel gRPC exporter (FLIP-553). - Documentation: docs restructure (FLIP-561). ## Verifying this change This change is a docs-only addition; no code paths are exercised. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? docs (release notes only) -- 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]
