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 *The commit partition base path is not created when no data is sent which may cause FileNotFoundException. Just fix it.* ## Brief...

component=Connectors/FileSystem

## What is the purpose of the change ## Brief change log This task modifies the `flink-connector-pulsar` module, adds some new mechanisms to set the initial consuming position. - Change...

component=Connectors/Pulsar

## What is the purpose of the change The PR makes use of `Builder#withConfiguration(Configuration)` instead of deprecated `org.apache.flink.table.api.EnvironmentSettings#fromConfiguration` ## Brief change log `flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/context/SessionContext.java` ## Verifying this change This change is...

component=TableSQL/API

## What is the purpose of the change This PR fixes two critical bugs in the stream operator UID generation of Table API. 1) Not deterministic UID: Due to changes...

component=Runtime/Checkpointing

## What is the purpose of the change I found that there is one place in the Chinese documentation of Checkpoint that cannot be jumped correctly.And i fixed it. ##...

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

component=TableSQL/API

## What is the purpose of the change To fix the issue that HiveTableSInk fails to report [statistic](https://cwiki.apache.org/confluence/display/hive/statsdev) to Hive metastore. ## Brief change log - When commit non-partition table/partition,...

component=Connectors/Hive

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

component=TableSQL/API

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

component=chinese-translation

## What is the purpose of the change This pull request fix NullPointerException in HybridSource when restoring from checkpoint. After the recovery action is triggered, only the source with sourceIndex...

component=Connectors/Common