[
https://issues.apache.org/jira/browse/FLINK-27897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27897:
-----------------------------------
Labels: pull-request-available (was: )
> SearchArgumentToPredicateConverter can not handle partial filters
> -----------------------------------------------------------------
>
> Key: FLINK-27897
> URL: https://issues.apache.org/jira/browse/FLINK-27897
> Project: Flink
> Issue Type: Sub-task
> Components: Table Store
> Reporter: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: table-store-0.2.0
>
>
> For example: SLECT * FROM T WHERE a = 1 and ${unsupported_filters};
> According to the reasonable path, the condition a=1 should be able to be
> pushed down to the table store, but currently the whole will throw
> UnsupportedOperationException, resulting in a=1 not being pushed down.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)