We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fce03 commit 966ceddCopy full SHA for 966cedd
flink-ml-benchmark/src/main/java/org/apache/flink/ml/benchmark/Benchmark.java
@@ -77,6 +77,7 @@ private static void executeBenchmarks(CommandLine commandLine) throws Exception
77
String saveFile = commandLine.getOptionValue(OUTPUT_FILE_OPTION.getLongOpt());
78
79
StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
80
+ env.getConfig().enableObjectReuse();
81
StreamTableEnvironment tEnv = StreamTableEnvironment.create(env);
82
83
int index = 0;
0 commit comments