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

Chen Xu commented on FLINK-1262:
--------------------------------

 I have sent a pull request to fix it.

> inconsistency between CsvReader.java and TupleGenerator.java
> ------------------------------------------------------------
>
>                 Key: FLINK-1262
>                 URL: https://issues.apache.org/jira/browse/FLINK-1262
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Chen Xu
>            Priority: Blocker
>
> Party of codes in CsvReader.java are generated by modifyCsvReader() in 
> TupleGenerator.java. However, it seems the codes in CsvReader.java are 
> manually changed, so that there is an inconsistency between CsvReader.java 
> and TupleGenerator.java in current code base.
> CsvReader.java.
> return new DataSource<Tuple1<T0>>(executionContext, inputFormat, types, 
> Utils.getCallLocationName());
> TupleGenerator.java
> sb.append(">>(executionContext, inputFormat, types, 
> DataSet.getCallLocationName());\n");



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

Reply via email to