ygerzhedovich commented on code in PR #6011: URL: https://github.com/apache/ignite-3/pull/6011#discussion_r2139963945
########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/jdbc/JdbcMetadataCatalog.java: ########## @@ -211,30 +230,31 @@ public CompletableFuture<Collection<String>> getSchemasMeta(String schemaNamePtr * @param tbl Table. * @return Jdbc primary key metadata. */ - private JdbcPrimaryKeyMeta createPrimaryKeyMeta(CatalogTableDescriptor tbl) { + private static JdbcPrimaryKeyMeta createPrimaryKeyMeta(String schemaName, CatalogTableDescriptor tbl) { String keyName = PK + tbl.name(); Review Comment: we don't have a name for PK, maybe ``null`` is right value here -- 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