zstan commented on code in PR #5888: URL: https://github.com/apache/ignite-3/pull/5888#discussion_r2104123982
########## modules/api/src/main/java/org/apache/ignite/catalog/definitions/TableDefinition.java: ########## @@ -78,6 +82,16 @@ private TableDefinition( this.keyClass = keyClass; this.valueClass = valueClass; this.indexes = indexes; + + if (schemaName == null) { Review Comment: if schemaName can be null it need to be @Nullable ? but seems it can`t be null ? or i miss smth ? -- 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