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

## What is the purpose of the change Introduce GroupTableAggFunction in GroupTableAggregate with async state api. ## Brief change log - *Introduce GroupTableAggFunction in GroupTableAggregate with async state api.* -...

component=TableSQL/Runtime
stale

## What is the purpose of the change Introduce TemporalProcessTimeJoinOperator in TemporalJoin with async state api. ## Brief change log - *Introduce TemporalProcessTimeJoinOperator in TemporalJoin with async state api.* -...

component=TableSQL/Runtime
stale

This is a 1:1 backport of https://github.com/apache/flink/pull/26473 into Flink 1.20 * [FLINK-18590][json] Support json array explode to multi messages --------- ## What is the purpose of the change *(For example:...

component=Formats
target:release-1.20

## What is the purpose of the change Add a Format Option to the Debezium Format to optionally skip emitting the UPDATE_BEFORE Rows when deserializing a Debezium message with op='u'....

component=Formats
stale

This PR addresses a critical security vulnerability (Command Injection) in the extractTarFileUsingTar method of CompressionUtils. Modified extractTarFileUsingTar to use a stream-based approach that passes file content through stdin instead of...

## What is the purpose of the change This PR implements one of the first portions of `FLIP-491`. It has a couple components: - Adds a new operator `KeyedAsyncWaitOperator` which...

component=<none>

## What is the purpose of the change This PR aim to correct the comments for `FlinkSecurityManager`. The original comments means cannot avoid the overhead. It is wrong. ## Brief...

## What is the purpose of the change This PR aim to avoid duplicate calculations for `SlidingEventTimeWindows`. The original code put the expression `timestamp - size` into the loop, so...

component=API/DataStream

Small hotfix, for not waiting for s5cmd process to finish (`s5cmd` was being cancelled, Flink was just not waiting for it to happen and was incorrectly logging a warning). ##...

…ure Permissions in Temporary File Creation ## What is the purpose of the change The purpose of the change is to replace the usage of File.createTempFile with Files.createTempFile across multiple...

component=<none>