jerryshao commented on code in PR #9678:
URL: https://github.com/apache/gravitino/pull/9678#discussion_r2768718392
##########
catalogs/catalog-lakehouse-generic/src/main/java/org/apache/gravitino/catalog/lakehouse/generic/GenericTablePropertiesMetadata.java:
##########
@@ -40,7 +40,10 @@ public class GenericTablePropertiesMetadata extends
BasePropertiesMetadata {
ImmutableList.of(
stringOptionalPropertyEntry(
Table.PROPERTY_LOCATION,
- "The root directory of the generic table.",
+ "The directory of the table. For managed table, if this is not
specified"
+ + " in the table property, it will use the one in catalog
/ schema level and "
+ + "concatenate with the table name. For external table,
this property is"
Review Comment:
Does Lance REST support create/register table without location provided?
--
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]