zclllyybb commented on code in PR #34812: URL: https://github.com/apache/doris/pull/34812#discussion_r1599583573
########## regression-test/suites/query_p0/sql_functions/window_functions/test_select_stddev_variance_window.groovy: ########## @@ -172,8 +172,6 @@ suite("test_select_stddev_variance_window") { select * from (select dense_rank() over(partition by k2 order by k6) as rk,k2,k6 from ${tableName}) as t where rk = 1 order by 1,2,3; """ - sql "set experimental_enable_pipeline_engine = false;" - qt_sql_row_number2 """ Review Comment: cases below here could be removed too -- 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