We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc61b10 commit 5fca653Copy full SHA for 5fca653
flink-java/src/main/java/org/apache/flink/api/java/io/TypeSerializerInputFormat.java
@@ -45,7 +45,7 @@ public class TypeSerializerInputFormat<T> extends BinaryInputFormat<T>
45
46
public TypeSerializerInputFormat(TypeInformation<T> resultType) {
47
this.resultType = resultType;
48
- // TODO: fix this shit
+ // TODO: fix this
49
this.serializer = resultType.createSerializer(new ExecutionConfig());
50
}
51
0 commit comments