lowka commented on code in PR #5888: URL: https://github.com/apache/ignite-3/pull/5888#discussion_r2104482174
########## 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) { + qualifiedName = QualifiedName.of(QualifiedName.DEFAULT_SCHEMA_NAME, Review Comment: I think this is not going to work since table name and schema name can be both user input and query results (returned from a system view). -- 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