AMashenkov commented on code in PR #2413:
URL: https://github.com/apache/ignite-3/pull/2413#discussion_r1285668291
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/CatalogSqlSchemaManager.java:
##########
@@ -70,7 +71,7 @@ public CatalogSqlSchemaManager(CatalogManager catalogManager,
int cacheSize) {
/** {@inheritDoc} */
@Override
- public SchemaPlus schema(String name, int version) {
+ public @Nullable SchemaPlus schema(String name, int version) {
Review Comment:
Ok.
Return value also can be null if someone use non-existed schema name.
--
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]