1
0

[HUDI-2014] Support flink hive sync in batch mode (#3081)

This commit is contained in:
swuferhong
2021-06-16 14:29:16 +08:00
committed by GitHub
parent 61efc6af79
commit 8b0a502c4f

View File

@@ -171,6 +171,9 @@ public class StreamWriteOperatorCoordinator
if (executor != null) {
executor.close();
}
// sync Hive if is enabled in batch mode.
syncHiveIfEnabled();
this.eventBuffer = null;
}