提交 d9cb5b71 编写于 作者: S Stephan Ewen

[runtime] Release additional broadcast variable references early

上级 26c9819e
......@@ -191,6 +191,7 @@ public class BroadcastVariableMaterialization<T, C> {
if (references.isEmpty()) {
disposed = true;
data = null;
transformed = null;
return true;
} else {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册