flyrain commented on code in PR #1197:
URL: https://github.com/apache/polaris/pull/1197#discussion_r2002111989


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/TreeMapTransactionalPersistenceImpl.java:
##########
@@ -42,15 +42,15 @@
 import org.apache.polaris.core.storage.PolarisStorageIntegration;
 import org.apache.polaris.core.storage.PolarisStorageIntegrationProvider;
 
-public class PolarisTreeMapMetaStoreSessionImpl extends 
AbstractTransactionalPersistence {
+public class TreeMapTransactionalPersistenceImpl extends 
AbstractTransactionalPersistence {
 
   // the TreeMap store to use
-  private final PolarisTreeMapStore store;
+  private final TreeMapMetaStore store;
   private final PolarisStorageIntegrationProvider storageIntegrationProvider;
   private final PrincipalSecretsGenerator secretsGenerator;
 
-  public PolarisTreeMapMetaStoreSessionImpl(
-      @Nonnull PolarisTreeMapStore store,
+  public TreeMapTransactionalPersistenceImpl(

Review Comment:
   We don't have a concept of `MetaStoreSession` any more, better to remove it.



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