flink icon indicating copy to clipboard operation
flink copied to clipboard

Apache Flink

Results 905 flink issues
Sort by recently updated
recently updated
newest added

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...

community-reviewed

## 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.

community-reviewed

## 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...

community-reviewed

## 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...

community-reviewed

## 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)...

community-reviewed

## 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...

target:release-1.20

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...

community-reviewed

## 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. -...

community-reviewed

## 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...

community-reviewed

## 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...

community-reviewed