korlov42 commented on code in PR #4972:
URL: https://github.com/apache/ignite-3/pull/4972#discussion_r1898873304
##########
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:
```suggestion
/** Returns {@code true} if the schema doesn't contain any objects,
otherwise {@code false}. */
```
out of curiosity: why system views are not counted here? I think, it would
be fair to count all the objects...
--
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]