[ 
https://issues.apache.org/jira/browse/FLINK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366938#comment-14366938
 ] 

ASF GitHub Bot commented on FLINK-1512:
---------------------------------------

Github user chiwanpark commented on the pull request:

    https://github.com/apache/flink/pull/426#issuecomment-82885499
  
    I updated this PR.
    
    * Change method of obtaining `Field` object from using `PojoTypeInfo` to 
saving field names. (Thanks @fhueske for advice!)
    * `ScalaCsvInputFormat` extends `CsvInputFormat` because there are many 
duplicated code between the two classes.
    * Add integration tests for `CsvReader` (Java API) and 
`ExecutionEnvironment.readCsvFile` (Scala API)
    
    Any feedback is welcome! (especially error message because of my poor 
english)


> Add CsvReader for reading into POJOs.
> -------------------------------------
>
>                 Key: FLINK-1512
>                 URL: https://issues.apache.org/jira/browse/FLINK-1512
>             Project: Flink
>          Issue Type: New Feature
>          Components: Java API, Scala API
>            Reporter: Robert Metzger
>            Assignee: Chiwan Park
>            Priority: Minor
>              Labels: starter
>
> Currently, the {{CsvReader}} supports only TupleXX types. 
> It would be nice if users were also able to read into POJOs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to