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/04 11:53:00 UTC

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

Jingsong Lee created FLINK-27897:
------------------------------------

             Summary: 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
             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)