korlov42 commented on code in PR #2678:
URL: https://github.com/apache/ignite-3/pull/2678#discussion_r1358151453
##########
modules/system-view/src/main/java/org/apache/ignite/internal/systemview/SystemViewManagerImpl.java:
##########
@@ -188,6 +195,20 @@ public CompletableFuture<Void> completeRegistration() {
return viewsRegistrationFuture;
}
+ private void registerView(SystemView<?> view) {
+ if (views.containsKey(view.name())) {
Review Comment:
View Definition API has no schema in it, thus you can't register views in
different schema
--
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]