[HUDI-2014] Support flink hive sync in batch mode (#3081)
This commit is contained in:
@@ -171,6 +171,9 @@ public class StreamWriteOperatorCoordinator
|
|||||||
if (executor != null) {
|
if (executor != null) {
|
||||||
executor.close();
|
executor.close();
|
||||||
}
|
}
|
||||||
|
// sync Hive if is enabled in batch mode.
|
||||||
|
syncHiveIfEnabled();
|
||||||
|
|
||||||
this.eventBuffer = null;
|
this.eventBuffer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user