diqiu50 commented on code in PR #11073:
URL: https://github.com/apache/gravitino/pull/11073#discussion_r3286457547
##########
catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueCatalogPropertiesMetadata.java:
##########
@@ -99,6 +100,16 @@ public class GlueCatalogPropertiesMetadata extends
BaseCatalogPropertiesMetadata
false /* immutable */,
DEFAULT_TABLE_FORMAT_FILTER,
false /* hidden */))
+ .put(
+ WAREHOUSE,
+ stringOptionalPropertyEntry(
+ WAREHOUSE,
+ "Base S3 path used as warehouse for Hive tables when no
explicit location is"
Review Comment:
There is no limit, but AWS Glue usually uses AWS S3.
--
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]