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 *When fileReader has no data to read, for example, most of the data is consumed from memory. HsFileDataManager will encounter busy-loop problem,...

component=Runtime/Network

## What is the purpose of the change - Updating AWS SDK dependencies to latest versions to pull recent bug fixes and add support for new AWS regions. - Removing...

## What is the purpose of the change This pull request fix the NPE error of TM pod template file without spec field. ## Brief change log Add validation for...

component=Deployment/Kubernetes

## What is the purpose of the change The field comment is lost when using hive parser. There are som logic error for parsering hive sql ```java "set table.sql-dialect=hive;\n" +...

component=Connectors/Hive

## What is the purpose of the change This PR is a continuation of #20275, further guaranteeing the consistency of operator events sent from subtasks to their coordinators. A coordinator...

component=Runtime/Checkpointing

## What is the purpose of the change - Translate "ORDER BY clause" page into Chinese: https://nightlies.apache.org/flink/flink-docs-master/zh/docs/dev/table/sql/queries/orderby/. - The markdown file is located in "docs/content.zh/docs/dev/table/sql/queries/orderby.md". - Details See [FLINK-28922](https://issues.apache.org/jira/browse/FLINK-28922) for...

component=chinese-translation

## What is the purpose of the change *Add built-in generate_series function.*

component=TableSQL/Planner

## What is the purpose of the change Add e2e test for create function using jar syntax that using remote hdfs jar ## Brief change log - *Add e2e test...

component=TableSQL/API

## What is the purpose of the change This pull request will use `deleteRange` to optimize the `clear` method of `RocksDBMapState`. ## Brief change log Replace RocksDB's `Iterator` with `deleteRange`....

component=Runtime/StateBackends

## What is the purpose of the change This pr is aims to add document for introduce join hints for batch sql. ## Brief change log - Adding join hints...

component=<none>