You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/06/24 11:43:00 UTC

[jira] [Closed] (FLINK-27897) SearchArgumentToPredicateConverter can not handle partial filters

     [ https://issues.apache.org/jira/browse/FLINK-27897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee closed FLINK-27897.
--------------------------------
      Assignee: Caizhi Weng
    Resolution: Fixed

master: a415eb7c910e9851db0a7e4efa40f815c62df8f4

> 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
>            Assignee: Caizhi Weng
>            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)