Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/426#issuecomment-85447697
  
    I see the issue with the non-deterministic field order and FLINK-1665 as 
follows. Both, FLINK-1665 and Option 3, solve the problem of non-deterministic 
field order. 
    
    - FLINK-1665 by specifying the order in the POJO using annoations.
    - Option 3 by forcing the user to explicitly specify the field order. 
    
    While we don't have FLINK-1665 implemented, I would go with Option 3. Once 
we have FLINK-1665 we could relax it for POJOs with `@Position` annotations.


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