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 PR address the two problems that cause CacheITCase to fail randomly. - Cache consumption in stream mode should recompute the result...

component=API/DataStream

## What is the purpose of the change * Update AVRO dependency to the latest version (Continuing on the work of https://github.com/apache/flink/pull/17623) ## Brief change log - Updated org.apache.avro:avro:1.10.0 to...

component=Formats

## What is the purpose of the change This PR fixes incorrect coder for deserializing `Types.LIST` data from Java. This needs to be cherry-picked to release-1.14 too. ## Verifying this...

component=API/Python

## What is the purpose of the change This pull request is related to [FLINK-27570](https://issues.apache.org/jira/browse/FLINK-27570). When checkpoints are stored on `CheckpointCoordinator` using the `FileSystemCheckpointStorage`, `initializeBaseLocationsForCheckpoint` may failed to initialize `sharedStateDirectory`...

component=API/Core

## What is the purpose of the change Allow to write a success file after finish for Hive sink in batch mode ## Brief change log Allow PartitionLoader to use...

component=Connectors/Hive

## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-28910 ## Brief change log - *Add reduce when hbase connector process mutation. ## Verifying this change CI passed ## Does this...

component=Connectors/HBase

## What is the purpose of the change To make Hive dialect support comparing boolean type with numeric/string type. ## Brief change log - When it invovles with comparsion betwen...

component=Connectors/Hive

## What is the purpose of the change To fix the issue that HiveCatalog can't get statistic for Hive timestamp partition column ## Brief change log Change `TIMESTAMP_WITH_LOCAL_TIME_ZONE` to `TIMESTAMP_WITHOUT_TIME_ZONE`...

component=Connectors/Hive

## What is the purpose of the change - **In english document:** ![image](https://user-images.githubusercontent.com/95120044/184058686-7c4cbc6c-1fe7-4383-a29c-9a3b551dd686.png) - **In chinese document:** ![image](https://user-images.githubusercontent.com/95120044/184058800-4e7926a7-8e50-4979-8742-582530b3d059.png) ## Brief change log - Fix some formatting errors in Chinese documents....

``` Because different changelog implementations might have different options, the configuration is passed as a (serialized) string map. To extract the relevant KV-pairs (and not pass the whole configuration), Changelog...

component=Runtime/Configuration
component=Runtime/StateBackends