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


##########
modules/sql-engine/src/integrationTest/sql/join/natural/test_natural_join.test:
##########
@@ -48,24 +46,28 @@ SELECT * FROM t1 NATURAL JOIN t3
 ----
 1      2       3
 
-query III
-SELECT a, b, c FROM t3 NATURAL JOIN t2
-----
-1      2       3
-
 # common columns moved to the first place, column order: a, c, b
 query III
 SELECT * FROM t3 NATURAL JOIN t2
 ----
 1      3       2
 
+skipif ignite3

Review Comment:
   why this skipif here ? i see that it passed in previous versions ?



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to