flink
flink copied to clipboard
Apache Flink
## 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...
…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...
## 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"....
Optimize RemoveUnreachableCoalesceArgumentsRule rule,when including functions, it will fall back to case when [FLINK-38468](https://issues.apache.org/jira/browse/FLINK-38468)
## 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...
## 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...
## 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...