xtern commented on code in PR #4972: URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1899341403
########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogSchemaDescriptor.java: ########## @@ -100,6 +100,11 @@ public CatalogSystemViewDescriptor[] systemViews() { return systemViewsMap.get(name); } + /** Returns {@code true} if the schema contains doesn't contain any indexes or tables, otherwise {@code false}. */ Review Comment: Fixed, thanks. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org