sunyuhan1998 commented on code in PR #10895:
URL: https://github.com/apache/gravitino/pull/10895#discussion_r3216049711


##########
lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/GravitinoLanceTableOperations.java:
##########
@@ -68,13 +79,16 @@ public class GravitinoLanceTableOperations implements 
LanceTableOperations {
 
   public static final Logger LOG = 
LoggerFactory.getLogger(GravitinoLanceTableOperations.class);
 
+  private final GravitinoLanceNamespaceWrapper namespaceWrapper;
+
+  private final ConcurrentHashMap<String, CatalogCredentialManager> 
credentialManagers =
+      new ConcurrentHashMap<>();
+
   private static final Map<Class<?>, GravitinoLanceTableAlterHandler<?, ?>> 
ALTER_HANDLERS =
       Map.of(
           AlterTableDropColumnsRequest.class, new DropColumns(),
           AlterTableAlterColumnsRequest.class, new 
AlterColumnsGravitinoLance());
 

Review Comment:
   Fixed in the latest revision. `ALTER_HANDLERS` is now placed before the 
instance fields.



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