flink
flink copied to clipboard
Apache Flink
## 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...
## 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...
## 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...
## 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`...
## 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...
## 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...
[FLINK-26771][Hive] Fix incomparable exception between boolean type and numeric type in Hive dialect
## 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...
## 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`...
## What is the purpose of the change - **In english document:**  - **In chinese document:**  ## 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...