danny0405 commented on a change in pull request #5202:
URL: https://github.com/apache/hudi/pull/5202#discussion_r840994469



##########
File path: 
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HiveSyncMode.java
##########
@@ -26,6 +26,10 @@
    * The HMS mode use the hive meta client to sync metadata.
    */
   HMS,
+  /**
+   * The GLUE mode use the glue client to sync metadata.
+   */
+  GLUE,

Review comment:
       Not sure if `GLUE` belongs to kind of sync mode ? Even though GLUE uses 
supports hive protocol, we may need to think how to re-organize these syncing 
params.




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to