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 To fix the exception when select null literal in subquery for Hive dialect ## Brief change log - Consider Hive's void type...

component=Connectors/Hive

## What is the purpose of the change To fix the divide by zero exception in Hive dialect ## Brief change log when the operand is `/`, make it call...

component=<none>

## What is the purpose of the change To fix the exception thrown when no order keys exists in over() in Hive dialects. ## Brief change log Rewrite `over()` to...

component=Connectors/Hive

## What is the purpose of the change Support insert timestamp type to decimal type in Hive dialect. ## Brief change log - Add a custome udf `flink_hive_to_decimal` to convert...

component=<none>

## What is the purpose of the change The pr is try to fix the `IndexOutOfBoundsException` that when there's only `1 = 1` in semi join cluster like the sql:...

component=Connectors/Hive

## What is the purpose of the change In order to use new features (zstd compression, column encryption etc.) in 1.6.x and 1.7.x. [Release Notes](https://orc.apache.org/news/releases/) ## Brief change log -...

component=Formats

## What is the purpose of the change This a simple update of postgres jdbc driver to cope with CVE-2022-31197 https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2 ## Brief change log pom file ## Verifying this...

component=<none>

… functions ## What is the purpose of the change This PR is meant to improve the performance of the built in json functions. The default `LRUCache` used in the...

component=TableSQL/Runtime

## What is the purpose of the change * The change implements FLIP-217 (https://cwiki.apache.org/confluence/display/FLINK/FLIP-217+Support+watermark+alignment+of+source+splits) to support watermark alignment of source splits. ## Brief change log * Revised `SplitFetcher` threading model...

component=Connectors/Common
component=Runtime/Checkpointing

## What is the purpose of the change The PR makes `org.apache.flink.table.utils.DateTimeUtils#timestampCeil` and `org.apache.flink.table.utils.DateTimeUtils#timestampFloor` respecting DST ## Verifying this change There is `org.apache.flink.table.utils.DateTimeUtilsTest` introduced ## Does this pull request potentially...

component=TableSQL/API