[ 
https://issues.apache.org/jira/browse/FLINK-16024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420674#comment-17420674
 ] 

ranqiqiang commented on FLINK-16024:
------------------------------------

support  sql filter by self, hope to use hint /* .... */ .

such as :
{code:java}
//代码占位符
select * from table-a a left join table-b b
on a.id = b.id  /* and b.time>'2021' and b.type in(1,2) */

{code}
the content in /* ... */  will be push down table-b

 

> support filter pushdown in jdbc connector
> -----------------------------------------
>
>                 Key: FLINK-16024
>                 URL: https://issues.apache.org/jira/browse/FLINK-16024
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / JDBC
>            Reporter: Bowen Li
>            Priority: Minor
>              Labels: auto-deprioritized-major
>             Fix For: 1.14.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to