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)