Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
win7 32bit;linux
Description
core dumped at FlinkOutputFieldsDeclarer.java : 160(package FlinkOutputFieldsDeclarer).
code : fieldIndexes[i] = this.outputSchema.fieldIndex(groupingFields.get);
in this line, the var this.outputSchema may be null.