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


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlAsynchronousApiTest.java:
##########
@@ -173,16 +188,79 @@ public void ddl() throws ExecutionException, 
InterruptedException {
     public void dml() throws ExecutionException, InterruptedException {
         sql("CREATE TABLE TEST(ID INT PRIMARY KEY, VAL0 INT)");
 
-        IgniteSql sql = CLUSTER_NODES.get(0).sql();
+        IgniteSql sql = igniteSql();
         Session ses = sql.createSession();
 
+        SqlQueryProcessor qryProc = (SqlQueryProcessor) 
IgniteTestUtils.getFieldValue(sql, IgniteSqlImpl.class, "qryProc");

Review Comment:
   done



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