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 Add table api for registering function with remote resource, so that we the advance function creation can be supported in DDL. ##...

component=TableSQL/API

## What is the purpose of the change This PR adds documentation for speculative execution.

component=Runtime/Coordination

## What is the purpose of the change The PR allows to specify the proportion of null values to generate with DataGen per field, like ``` CREATE TABLE Orders (...

component=TableSQL/API

## What is the purpose of the change Improve the docs in chinese. ## Brief change log - **Translate the "Real Time Reporting with the Table API" page into Chinese**...

component=Documentation
component=chinese-translation

- Now JdbcConnectionOptions supports autoCommit control Default behaviour hasn't changed. - Added logging information to be able to track batches ## What is the purpose of the change *(For example:...

review=description?
component=Connectors/JDBC

## What is the purpose of the change When using Pulsar Source to consume data, if the data rate is small, e.g. 2 msg/s, there will be long periods of...

component=Connectors/Pulsar

## What is the purpose of the change *KafkaSource should not read metadata of unmatched regex topics, Optimize the logic for filtering topics* ## Brief change log *The filter logic...

component=Connectors/Kafka

## What is the purpose of the change Implement Filter Pushdown in JDBC Connector Source, this is an optimization that will avoid scanning the whole table into Flink when we...

We introduce 3 options for supporting specify the K8S pod scheduler name. ## What is the purpose of the change *(For example: This pull request makes task deployment go through...

component=Deployment/Kubernetes

This pr introduces an explainLineage function to get field-level lineage relationship about Flink SQL task. For example, ``` create table src (a String,b String, c String) with ( 'connector' =...