You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chen Xu (JIRA)" <ji...@apache.org> on 2014/11/20 14:25:34 UTC

[jira] [Created] (FLINK-1262) inconsistency between CsvReader.java and TupleGenerator.java

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)