yuqi1129 commented on code in PR #9589:
URL: https://github.com/apache/gravitino/pull/9589#discussion_r2668557840


##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/utils/LanceConstants.java:
##########
@@ -37,5 +37,7 @@ public class LanceConstants {
 
   public static final String LANCE_TABLE_REGISTER = "lance.register";
 
+  public static final String LANCE_TABLE_CREATE_EMPTY = "lance.create-empty";

Review Comment:
   It should be immutable, and currently, users can't modify it by the Lance 
REST API; still, they can change it using by Gravitino REST API directly if 
they want. Ideally, we should forbid users from modifying a table created by 
the Lance REST. 
   
   
   



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