[
https://issues.apache.org/jira/browse/FLINK-26877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jane Chan updated FLINK-26877:
------------------------------
Description:
Currently, the following query will fail when PredicateConverter generates
Literal because auto type inference is not supported
{code:sql}
CREATE TABLE managed_table (
f0 BIGINT,
f1 STRING
)
SELECT * FROM managed_table WHERE f0 > 100 {code}
> Introduce auto type inference for filter push down
> --------------------------------------------------
>
> Key: FLINK-26877
> URL: https://issues.apache.org/jira/browse/FLINK-26877
> Project: Flink
> Issue Type: Sub-task
> Components: Table Store
> Affects Versions: 0.1.0
> Reporter: Jane Chan
> Priority: Major
> Fix For: 0.1.0
>
>
> Currently, the following query will fail when PredicateConverter generates
> Literal because auto type inference is not supported
> {code:sql}
> CREATE TABLE managed_table (
> f0 BIGINT,
> f1 STRING
> )
> SELECT * FROM managed_table WHERE f0 > 100 {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)