xunliu commented on code in PR #6211:
URL: https://github.com/apache/gravitino/pull/6211#discussion_r1913100331
##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/hadoop/Constants.java:
##########
@@ -23,4 +23,6 @@ public class Constants {
public static final String BUILTIN_LOCAL_FS_PROVIDER = "builtin-local";
public static final String BUILTIN_HDFS_FS_PROVIDER = "builtin-hdfs";
+ public static final String LOCATION = "location";
Review Comment:
We already have `LOCATION` in the `HiveConstants`.
--
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]