Github user twalthr commented on the pull request:

    https://github.com/apache/flink/pull/1237#issuecomment-158955674
  
    @aljoscha I thought it makes sense to distinguish between 
`AdaptiveTableSource` and `StaticTableSource`. Calculating the predicates to be 
pushed down is quite expensive, it should only happen if the TableSource needs 
it. `AdaptiveTableSource` need to return `Rows` where fields can be null. 
`StaticTableSource`s can return POJOs or Tuples.
    @tillrohrmann thanks again for your feedback, I will correct it.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to