You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/24 09:34:11 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #174: [FLINK-27897] SearchArgumentToPredicateConverter can now keep partial results and throw away unsupported filters

tsreaper opened a new pull request, #174:
URL: https://github.com/apache/flink-table-store/pull/174

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #174: [FLINK-27897] SearchArgumentToPredicateConverter can now keep partial results and throw away unsupported filters

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #174:
URL: https://github.com/apache/flink-table-store/pull/174


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org