zhangwl9 commented on code in PR #4230:
URL: https://github.com/apache/amoro/pull/4230#discussion_r3296133006


##########
amoro-ams/src/main/java/org/apache/amoro/server/process/iceberg/IcebergProcessFactory.java:
##########
@@ -275,6 +293,14 @@ private Optional<TableProcess> 
triggerAutoCreateTag(TableRuntime tableRuntime) {
     return Optional.of(new TagsAutoCreatingProcess(tableRuntime, localEngine));
   }
 
+  private Optional<TableProcess> triggerHiveCommitSync(TableRuntime 
tableRuntime) {
+    if (localEngine == null) {
+      return Optional.empty();
+    }
+
+    return Optional.of(new HiveCommitSyncProcess(tableRuntime, localEngine));

Review Comment:
   fixup



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to