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


##########
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:
   seems i can`t use unwrap here cause i still need to wait pk indexes 
creation. Or i can rewrite for waiting indexes and after call schema resolver 
but seems it a bit complicated and hard to understand..



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