roryqi commented on code in PR #9785:
URL: https://github.com/apache/gravitino/pull/9785#discussion_r2787768261


##########
server/src/main/java/org/apache/gravitino/server/web/rest/CatalogOperations.java:
##########
@@ -73,11 +82,14 @@ public class CatalogOperations {
 
   private final CatalogDispatcher catalogDispatcher;
 
+  private final boolean filterSensitiveProperties;
+
   @Context private HttpServletRequest httpRequest;
 
   @Inject
   public CatalogOperations(CatalogDispatcher catalogDispatcher) {
     this.catalogDispatcher = catalogDispatcher;
+    this.filterSensitiveProperties = 
GravitinoEnv.getInstance().filterSensitiveProperties();
   }

Review Comment:
   Env will be initialized first.



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