提交 b3e5ed0b 编写于 作者: D dukechain 提交者: Robert Metzger

[Flink-1262] inconsistency between CsvReader.java and TupleGenerator.java

This closes #222
上级 4a74f328
......@@ -484,7 +484,7 @@ class TupleGenerator {
// return
sb.append("\t\treturn new DataSource<Tuple" + numFields + "<");
appendTupleTypeGenerics(sb, numFields);
sb.append(">>(executionContext, inputFormat, types, DataSet.getCallLocationName());\n");
sb.append(">>(executionContext, inputFormat, types, Utils.getCallLocationName());\n");
// end of method
sb.append("\t}\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册