dennishuo opened a new pull request, #1135:
URL: https://github.com/apache/polaris/pull/1135

   Fully differentiating between e.g. `writeEntity` an 
`writeEntityInCurrentTxn` allows all subclasses of 
AbstractTransactionalPersistence now to automatically inherit the ability to 
also behave as one-shot durable `BasePersistence` implementations.
   
   This also allows now incrementally pulling shared logic out of 
`PolarisMetaStoreManagerImpl` into `BaseMetaStoreManager` which can be reused 
by other non-transactional implementations of `PolarisMetaStoreManager`; the 
`BaseMetaStoreManager` will only ever interact with `BasePersistence` while 
`PolarisMetaStoreManagerImpl` will interact with `TransactionalPersistence`. 


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