Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3520 Sure, a `FilterableTableSource` can implement its accepted predicates as it likes. However, I think we could expect that `getPredicates()` returns the accepted filter expressions as it got them. This makes it easier to check a correct behavior of the `FilterableTableSource`. Internally, the accepted expressions can be decomposed or otherwise changed. Similarly, we would need to check that the Expressions which remain in the mutable list are also present in the input list.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---