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

   This PR extracts several inner classes into standalone top-level classes, 
improving readability and maintainability. After the refactor, the 
`PolarisMetastoreManager` interface now contains only methods, making it 
concise and clean. Typically, inner classes are used when their lifecycle 
depends on the outer class instance. However, these particular classes were 
independent, being used not only by service layers but also potentially by 
other database implementations. They are more suitable as top-level classes.


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