ygerzhedovich commented on code in PR #3536:
URL: https://github.com/apache/ignite-3/pull/3536#discussion_r1547527706


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/Commons.java:
##########
@@ -896,4 +899,11 @@ public static List<RelNode> 
castInputsToLeastRestrictiveTypeIfNeeded(List<RelNod
 
         return actualInputs;
     }
+
+    /** Returns {@code true} if the specified properties allow multi-statement 
query execution. */
+    public static boolean isMultiStatementQuery(SqlProperties properties) {

Review Comment:
   maybe it is better to rename it to reflect the real purpose of the method, 
e.g. `isMultiStatementQueryAllow'



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