Chen Xu created FLINK-1262:
------------------------------

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