Kikyou1997 commented on code in PR #15664: URL: https://github.com/apache/doris/pull/15664#discussion_r1064256073
########## regression-test/suites/nereids_syntax_p0/set_operation.groovy: ########## @@ -242,4 +241,9 @@ suite("test_nereids_set_operation") { INTERSECT SELECT k1 FROM setOperationTable WHERE k2 > 0) """ + + order_qt_select43 """ + SELECT * FROM (select k1, k3 from setOperationTableNotNullable order by k3 union all + select k1, k5 from setOperationTable) t; + """ Review Comment: done -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org