1
0

[HUDI-2193] Remove state in BootstrapFunction

This commit is contained in:
喻兆靖
2021-07-19 15:51:33 +08:00
committed by Danny Chan
parent 572a214412
commit 2099bf41db
2 changed files with 1 additions and 35 deletions

View File

@@ -130,7 +130,6 @@ public class StreamWriteFunctionWrapper<I> {
if (conf.getBoolean(FlinkOptions.INDEX_BOOTSTRAP_ENABLED)) {
bootstrapFunction = new BootstrapFunction<>(conf);
bootstrapFunction.setRuntimeContext(runtimeContext);
bootstrapFunction.initializeState(this.functionInitializationContext);
bootstrapFunction.open(conf);
}