korlov42 commented on code in PR #1754:
URL: https://github.com/apache/ignite-3/pull/1754#discussion_r1127877174


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/PrepareServiceImpl.java:
##########
@@ -162,12 +162,14 @@ public CompletableFuture<QueryPlan> prepareAsync(SqlNode 
sqlNode, BaseQueryConte
                 case UNION:
                 case EXCEPT:
                 case INTERSECT:
+                    schemaWait.run();

Review Comment:
   why do we need to wait for schema that is already in context? 
   



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