AMashenkov commented on code in PR #2443:
URL: https://github.com/apache/ignite-3/pull/2443#discussion_r1298441607


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSetOpTest.java:
##########
@@ -270,4 +306,27 @@ private static void createTable(String tableName) {
     private <T> long countIf(Iterable<T> it, Predicate<T> pred) {
         return StreamSupport.stream(it.spliterator(), 
false).filter(pred).count();
     }
+
+    private static List<List<Object>> setSql(SetOpVariant setOp, String sql) {

Review Comment:
   ```suggestion
       private static List<List<Object>> sql(SetOpVariant setOp, String sql) {
   ```



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