tsreaper opened a new pull request, #3862: URL: https://github.com/apache/paimon/pull/3862
### Purpose In # we allow visit table branches by `$branch_`. Now an identifier may represent a data table, or a system table, or a table branch. In this PR, we add some methods in `Identifier` so that it can recognize branches and system tables. Catalogs will need these methods to get schemas, communicate with metastores, etc. ### Tests This is a refactor. Existing tests should cover the changes. ### API and Format `Identifier` is a public API. This PR adds some methods to the class. ### Documentation No new feature. -- 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]
