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 [FLINK-33391][runtime] Support tasks balancing at TM level for Adaptive Scheduler. ## Brief change log - Introduce the abstraction and the interface about...

component=Runtime/Task

## What is the purpose of the change [[FLINK-36476](https://issues.apache.org/jira/browse/FLINK-36476)](https://issues.apache.org/jira/browse/FLINK-36476) Remove all deprecated methods under public APIs in table modules subtask: [FLINK-36508](https://issues.apache.org/jira/browse/FLINK-36508) Remove all deprecated methods in `SymbolType ` ## Brief...

component=TableSQL/API

## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-36481 Remove deprecated methods TableDescriptor.forManaged ## Brief change log Remove deprecated methods ## Verifying this change This change is already covered by...

component=TableSQL/API

## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-36482 Remove all deprecated methods in TableEnvironment ## Brief change log Remove deprecated methods ## Verifying this change This change is already...

component=TableSQL/API

## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-36485 Remove deprecated method StreamTableEnvironment fromDataStream ## Brief change log Removed deprecated method ## Verifying this change This change is already covered...

component=TableSQL/API

## What is the purpose of the change [[FLINK-36476](https://issues.apache.org/jira/browse/FLINK-36476)](https://issues.apache.org/jira/browse/FLINK-36476) Remove all deprecated methods under public APIs in table modules subtask: - [[FLINK-36477](https://issues.apache.org/jira/browse/FLINK-36477)](https://issues.apache.org/jira/browse/FLINK-36477) Remove deprecated method `BaseExpressions#cast` in table-api-java - [[FLINK-36478](https://issues.apache.org/jira/browse/FLINK-36478)](https://issues.apache.org/jira/browse/FLINK-36478)...

component=TableSQL/API

## What is the purpose of the change Fix incorrect cast behavior. ## Verifying this change This change is already covered by existing tests ## Does this pull request potentially...

component=TableSQL/Planner

## What is the purpose of the change [FLINK-33389][runtime] Support tasks balancing at slot level for Adaptive Scheduler ## Brief change log - Introduce the `SlotSharingStrategy` and related implementations for...

component=Runtime/Task

## What is the purpose of the change The PR fixes behavior for insert into queries with select * like ```sql INSERT INTO t(f0, f1 ,f2) SELECT * FROM t1;...

component=TableSQL/Planner

## What is the purpose of the change Bumping checkstyle to 10+ ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. ##...

component=BuildSystem