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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/BaseQueryContext.java:
##########
@@ -232,6 +235,10 @@ public long plannerTimeout() {
         return plannerTimeout;
     }
 
+    public long schemaVersion() {
+        return schemaVersion;

Review Comment:
   why don't wait for PK creation during schema resolution?
   
   right now we have to way to acquire the version of the schema: the first one 
seems more intuitive but not safe, the second one requires additional call and 
therefore safe. This is a problem imo



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