flink
flink copied to clipboard
Apache Flink
## What is the purpose of the change Simple typo fix in the docstring/javadoc.
## What is the purpose of the change Currently, Flink Protobuf format does not discard unknown fields (and it does not even provide an option for that!). When the user...
## What is the purpose of the change Implementing FLIP-505 for Flink History Server scalability improvements by decoupling local job archive caching with a remote store. ## Brief change log...
release-1.19 backport of https://github.com/apache/flink/pull/26826
release-1.20 backport of https://github.com/apache/flink/pull/26826
## What is the purpose of the change This pull request updates the project documentation to provide clearer instructions for running end-to-end tests, including important prerequisites and recommendations for contributors....
## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...
## What is the purpose of the change This PR migrates CheckpointedStreamingProgram from the deprecated legacy SourceFunction API to the modern FLIP-27 Source API. ## Brief change log - Removed...
## What is the purpose of the change The newly introduced `MultiJoin` operator currently does not support right joins. Since all right joins are converted to left joins, we need...
## What is the purpose of the change This pull request aligns Flink’s default for the YARN configuration option `yarn.application-attempt-failures-validity-interval` with YARN itself. The previous default (10 000 ms) caused...