Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.7, 1.13.6, 1.14.4
Description
In the constructor method of the class AbstractDeserializationSchema which has no parameters, it throw a FlinkRuntimeException, but it has no cause, which will lead more difficult to find the root cause, we should use the
FlinkRuntimeException(String message, Throwable cause)
instead of
FlinkRuntimeException(String message)
see here.
Attachments
Issue Links
- links to