rahil-c commented on code in PR #17660:
URL: https://github.com/apache/hudi/pull/17660#discussion_r2651147479


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieFileFormat.java:
##########
@@ -49,7 +49,11 @@ public enum HoodieFileFormat {
       + "way to store Hive data. It was designed to overcome limitations of 
the other Hive file "
       + "formats. Using ORC files improves performance when Hive is reading, 
writing, and "
       + "processing data.")
-  ORC(".orc");
+  ORC(".orc"),
+
+  @EnumFieldDescription("Lance is a modern columnar data format optimized for 
ML and AI workloads. "
+      + "It provides efficient random access, versioning, and integration with 
Apache Arrow.")

Review Comment:
   @the-other-tim-brown Actually you are correct it is a property of the lance 
table format, so it probably does not make sense to include this since we are 
only integrating with lance at file format level. Let me remove this.



-- 
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