davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022497125
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -1439,6 +1440,29 @@ public Set<String> listModels(String catalogName, String
databaseName) {
}
}
+ /**
+ * Returns an array of names of temporary models registered in the
namespace of the current
Review Comment:
init: it returns a set not an array. should it be a sorted array of names
like some of the other list methods.
--
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]