todd5167 commented on code in PR #5202:
URL: https://github.com/apache/hudi/pull/5202#discussion_r901302419
##########
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:
@xushiyan @danny0405 cc https://github.com/apache/hudi/pull/5909/files
--
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]