lihaosky opened a new pull request, #28122: URL: https://github.com/apache/flink/pull/28122
## 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 tracked under FLINK-39454 and the merged commits on master since release-2.2. 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), metadata filter push-down, UTF-8 functions, miscellaneous SQL fixes. - Connectors: Native S3 FileSystem (FLIP-555). - Runtime: Adaptive Partition Selection (FLIP-339), AdaptiveScheduler rescale history + Web UI (FLIP-487, FLIP-495), checkpointing during recovery (FLIP-547), Application Management (FLIP-549), Application Capability Enhancement (FLIP-560), robust OTel gRPC exporter (FLIP-553), watermark alignment, MiniBatchGroupAggFunction correctness fix. - Python: fromChangelog / toChangelog / descriptor parity in Python Table API. - Documentation: docs restructure (FLIP-561). - Core / Security: existing `security.ssl.algorithms` change (FLINK-39022) and extended sensitive-key redaction. - Dependency upgrades. ## 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]
