You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2014/11/20 18:38:35 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger resolved FLINK-1262.
-----------------------------------
    Resolution: Fixed

Thank you for fixing the issue.

I merged your pull request in http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/b3e5ed0b.

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