yuqi1129 commented on code in PR #11060:
URL: https://github.com/apache/gravitino/pull/11060#discussion_r3271740650
##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/utils/LanceConstants.java:
##########
@@ -39,7 +39,7 @@ public class LanceConstants {
public static final String LANCE_TABLE_VERSION = "lance.version";
// Mark whether it is to create an empty Lance table(no data files)
- public static final String LANCE_TABLE_CREATE_EMPTY = "lance.create-empty";
+ public static final String LANCE_TABLE_DECLARED = "lance.declared";
Review Comment:
Yes. several breaking changes, including that we no longer support
`createEmptyTable`.
--
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]