flink
flink copied to clipboard
Apache Flink
[FLINK-28800][network] HsFileDataManager should avoid busy-loop when fileReader has not data to read
## 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,...
## 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...
## 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" +...
## 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...
## 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...
## What is the purpose of the change *Add built-in generate_series function.*
## 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...
## 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`....
## 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...