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


##########
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:
   Versioning in this context meant that the lance keeps track of all table 
changes (inserts, updates, deletes) and the ability to go back to a specific 
state of the table. 
   https://docs.lancedb.com/tables/versioning



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