提交 725f7467 编写于 作者: Z zentol 提交者: Robert Metzger

[FLINK-3449] createInput() no longer swallows exception

This closes #1675
上级 0fb6e0dd
......@@ -554,7 +554,7 @@ public abstract class ExecutionEnvironment {
catch (Exception e) {
throw new InvalidProgramException("The type returned by the input format could not be automatically determined. " +
"Please specify the TypeInformation of the produced type explicitly by using the " +
"'createInput(InputFormat, TypeInformation)' method instead.");
"'createInput(InputFormat, TypeInformation)' method instead.", e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册