mchades commented on code in PR #8964:
URL: https://github.com/apache/gravitino/pull/8964#discussion_r2480049836
##########
catalogs/catalog-generic-lakehouse/src/main/java/org/apache/gravitino/catalog/lakehouse/GenericLakehouseTablePropertiesMetadata.java:
##########
@@ -59,7 +61,15 @@ public class GenericLakehouseTablePropertiesMetadata extends
BasePropertiesMetad
false /* immutable */,
null /* default value*/,
false /* hidden */,
- false /* reserved */));
+ false /* reserved */),
+ booleanPropertyEntry(
+ LAKEHOUSE_REGISTER,
+ "Whether this is a table registration operation.",
+ false /* immutable */,
Review Comment:
should be immutable?
--
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]