fhan688 commented on code in PR #3256:
URL: https://github.com/apache/fluss/pull/3256#discussion_r3212302355
##########
fluss-common/src/main/java/org/apache/fluss/metadata/DataLakeFormat.java:
##########
@@ -21,7 +21,8 @@
public enum DataLakeFormat {
PAIMON("paimon"),
LANCE("lance"),
- ICEBERG("iceberg");
+ ICEBERG("iceberg"),
+ HUDI("hudi");
Review Comment:
Hudi related core factories (eg., bucketing/key encode/decode)
implementations are involved in the subsequent PRs.
--
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]