flink
flink copied to clipboard
Apache Flink
Correct grammatical error in the description of the Adaptive Scheduler. ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob...
## What is the purpose of the change Reworks the 'Name and Description' section of `content/docs/dev/datastream/operators/overview.md` to improve grammar and clarity.
## What is the purpose of the change Add null check for pauseOrResumeSplits to avoid NPE ## Brief change log Added null check for `currentReader` in pauseOrResumeSplits(). ## Verifying this...
## What is the purpose of the change This pull request enhances the Prometheus reporter to export the `lastCheckpointExternalPath` metric as an info-style metric, making it compatible with Prometheus and...
## What is the purpose of the change Related to [FLINK-38566](https://issues.apache.org/jira/browse/FLINK-38566) # Flink CEP DSL Module This module provides a Domain-Specific Language (DSL) for Apache Flink's Complex Event Processing (CEP)...
## 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...
https://issues.apache.org/jira/browse/FLINK-38516 ## What is the purpose of the change The Flink SQL Gateway currently lacks native support for read-only mode to restrict [ModifyOperations](https://github.com/apache/flink/blob/master/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ModifyOperation.java) (e.g., INSERT, DELETE). This feature allows ad-hoc...
## What is the purpose of the change This pull request tracks the pendingManualCompactions in org.apache.flink.state.rocksdb.sstmerge.CompactionTracker: ## Brief change log - Currently, there is only `pendingManualCompactions--` in the code. -...
## What is the purpose of the change Ensures that the operations become idempotent or atomic, allowing the GCS client to safely retry the 503 errors. Thus client can actually...
## What is the purpose of the change The planner currently considers the union of both the unique and upsert keys from the left and from the right to be...