jerryshao commented on code in PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#discussion_r1800368627


##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogOperations.java:
##########
@@ -72,10 +71,11 @@
 
 public class HadoopCatalogOperations implements CatalogOperations, 
SupportsSchemas, FilesetCatalog {
 
+  public static final String DEFAULT_FS = "fs.defaultFS";

Review Comment:
   It's weird you have to same name `DEFAULT_FS` defined in your PR, it is hard 
to review, please rename one to make it easy to understand.



-- 
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]

Reply via email to