morrySnow commented on code in PR #18062:
URL: https://github.com/apache/doris/pull/18062#discussion_r1149206219


##########
regression-test/suites/nereids_p0/join/test_join.groovy:
##########
@@ -398,12 +398,12 @@ suite("test_join", "nereids_p0") {
         sql"""select ${s} from ${tbName1} a left outer join ${tbName2} b on 
a.k1 = b.k1 
                  left outer join ${tbName3} c on a.k2 = c.k2 order by 1, 2, 3, 
4, 5 limit 65535"""
     }
-    sql"""select a.k1 k1, a.k2, a.k3, b.k1, b.k2, b.k3 from ${tbName1} a full 
outer join ${tbName2} b 
-             on a.k1 = b.k1 and a.k2 > b.k2 order by isnull(k1), 1, 2, 3, 4, 5 
limit 65535"""
-    sql"""select a.k1 k1, a.k2, a.k3, b.k1, b.k2, b.k3 from ${tbName1} a left 
outer join ${tbName2} b 
+    sql"""select a.k1 k, a.k2, a.k3, b.k1, b.k2, b.k3 from ${tbName1} a full 
outer join ${tbName2} b 
+             on a.k1 = b.k1 and a.k2 > b.k2 order by isnull(k), 1, 2, 3, 4, 5 
limit 65535"""

Review Comment:
   should not change regression test



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to