Dong Lin created FLINK-30688: -------------------------------- Summary: Disable Kryo fallback in Flink ML tests Key: FLINK-30688 URL: https://issues.apache.org/jira/browse/FLINK-30688 Project: Flink Issue Type: Improvement Components: Library / Machine Learning Reporter: Dong Lin Fix For: ml-2.2.0
Kryo serializer is typically inefficient and we expect all Flink ML algorithms to work without using the Kryo serializer. It will be useful to validate this by disabling Kryo fallback in all Flink ML tests. This can be done by configuring StreamExecutionEnvironment using env.getConfig().disableGenericTypes(). -- This message was sent by Atlassian Jira (v8.20.10#820010)