Aleksei-Litsov commented on a change in pull request #7521: IGNITE-8152 Forbid 
empty sql schema name
URL: https://github.com/apache/ignite/pull/7521#discussion_r393525310
 
 

 ##########
 File path: 
modules/indexing/src/test/java/org/apache/ignite/sqltests/BaseSqlTest.java
 ##########
 @@ -351,6 +353,10 @@ protected Result executeFrom(String qry, Ignite node) {
         return executeFrom(new SqlFieldsQuery(qry), node);
     }
 
+    protected Result executeFrom(String qry, Ignite node, String schema) {
 
 Review comment:
   fixed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to