Andrey Gaskov

Results 4 issues of Andrey Gaskov

## What is the purpose of the change Fixes an issue with SQL queries containing expressions like **10 >= y** when using Filesystem connector and ORC format. ## Brief change...

component=Formats
component=Connectors/ORC

This is 1.18 backport of https://github.com/apache/flink/pull/24659 that solves https://issues.apache.org/jira/browse/FLINK-35098 bug.

component=Formats
component=Connectors/ORC

This is 1.19 backport of https://github.com/apache/flink/pull/24659 that solves https://issues.apache.org/jira/browse/FLINK-35098 bug.

component=Formats
component=Connectors/ORC

## What is the purpose of the change The following code fails on the second `fromValues`: ``` List rows1 = new ArrayList(); rows1.add(Row.of(new BigDecimal("1.01"))); final Table table1 = tableEnv().fromValues(rows1); List...