schnappi17 commented on code in PR #2911:
URL: https://github.com/apache/incubator-paimon/pull/2911#discussion_r1515772965
##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaManager.java:
##########
@@ -109,11 +109,28 @@ public Optional<TableSchema> latest(String branchName) {
}
}
+ /** List all schema with branch. */
+ public List<TableSchema> listAllWithBranch(String branchName) {
Review Comment:
This is not be used.
--
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]