vldpyatkov commented on a change in pull request #344:
URL: https://github.com/apache/ignite-3/pull/344#discussion_r718492222



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -164,7 +165,7 @@ public TableManager(
                         @Override public @NotNull CompletableFuture<?> 
onCreate(
                             @NotNull 
ConfigurationNotificationEvent<SchemaView> schemasCtx) {
                             try {
-                                
((SchemaRegistryImpl)tables.get(ctx.newValue().name()).schemaRegistry()).
+                                
((SchemaRegistryImpl)tables.get(ctx.newValue().name()).schemaView()).

Review comment:
       Because the schemaView method is weightily used in our code before.
   The one reason by that another method (schemaRegistry) was written is 
Alexander did not know about it already exists.




-- 
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]


Reply via email to