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 This PR fixes a watermark aggregation bug that can cause zero output from time-based operators (e.g., IntervalJoin) when some upstream subtasks finish...

community-reviewed

Just fix some typos

community-reviewed

…does not take effect when passing this parameter by dynamic properties ## What is the purpose of the change fix setting execution.savepoint.ignore-unclaimed-state does not take effect when passing this parameter...

community-reviewed

## What is the purpose of the change Currently for a fractional value for memory size, like 1.5g, the exception message is generated from failing to parse the string ".5g"....

community-reviewed

Optimize RemoveUnreachableCoalesceArgumentsRule rule,when including functions, it will fall back to case when [FLINK-38468](https://issues.apache.org/jira/browse/FLINK-38468)

community-reviewed

## What is the purpose of the change Currently, when trying to `collect` a `TIMESTAMP_LTZ` value in PyFlink, you get a pickling error: ``` py4j.protocol.Py4JJavaError: An error occurred while calling...

community-reviewed

Adjusting type in variable to match that of descriptor

community-reviewed

## What is the purpose of the change - Fix bug in LookupJoin that occurs when used together with filterable (that support filter pushdown) table and union all ### Brief...

community-reviewed

## What is the purpose of the change Perf: eliminate redundant field initialization of PojoSerializer. ## Brief change log Currently, PojoSerializer will first create a new POJO instance and initialize...

community-reviewed