[
https://issues.apache.org/jira/browse/FLINK-30688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhipeng Zhang resolved FLINK-30688.
-----------------------------------
Resolution: Fixed
Fixed on master via:
7e26b7e2904a9d742e0318035a19bf2687855bb0
19f0f31ca93f4967c99968b3609a11763bfc0afb
904aba25951b5df170b6979a8a98e9fbff00d539
> Disable Kryo fallback for tests in flink-ml-lib
> -----------------------------------------------
>
> Key: FLINK-30688
> URL: https://issues.apache.org/jira/browse/FLINK-30688
> Project: Flink
> Issue Type: Improvement
> Components: Library / Machine Learning
> Reporter: Dong Lin
> Assignee: Jiang Xin
> Priority: Major
> Labels: pull-request-available
> 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)