zstan commented on a change in pull request #309:
URL: https://github.com/apache/ignite-3/pull/309#discussion_r704285540
##########
File path: modules/api/src/main/java/org/apache/ignite/schema/SchemaTable.java
##########
@@ -75,4 +76,9 @@
* @return Table modification builder.
*/
TableModificationBuilder toBuilder();
+
+ /** @return Table with schema canonical name. */
+ static String canonicalName(@NotNull String schema, @NotNull String name) {
Review comment:
i move it into internal SchemaTableImpl#canonicalName
--
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]