Fabian Hueske created FLINK-1817: ------------------------------------ Summary: ClassLoaderObjectInputStream fails with ClassNotFoundException for primitive classes Key: FLINK-1817 URL: https://issues.apache.org/jira/browse/FLINK-1817 Project: Flink Issue Type: Bug Components: core Affects Versions: 0.8.1, 0.9 Reporter: Fabian Hueske Assignee: Fabian Hueske Fix For: 0.9, 0.8.2
User function objects that contain primitive type classes (such as {{int.class}} or {{long.class}}) are not supported because the {{ClassLoaderObjectInputStream}} fails with a {{ClassNotFoundException}} when reading the object from the {{TaskConfig}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)