Github user twalthr commented on the pull request:

    https://github.com/apache/flink/pull/1624#issuecomment-183268426
  
    Hi @fhueske,
    
    I completely share your opinion. This PR does exactly what you described. 
As you can read in `DataSetSource`: "It ensures that types without 
deterministic field order (e.g. POJOs) are not part of the plan translation." 
What I have implemented is proper reading of POJOs (into Table API) and writing 
of POJOs (out of Table API). Most of the code I have added is to provide 
codeGen'd converter Map functions for the source and the sink. POJOs are not 
used for any operatation within operations.


---
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.
---

Reply via email to