englefly commented on code in PR #24020: URL: https://github.com/apache/doris/pull/24020#discussion_r1318510366
########## regression-test/suites/nereids_function_p0/tvf/tvf.groovy: ########## @@ -20,5 +20,12 @@ suite("nereids_tvf") { sql 'set enable_nereids_planner=true' sql 'set enable_fallback_to_original_planner=false' qt_sql_number ''' - select * from numbers("number" = "10")''' + select * from numbers("number" = "10") + ''' + + // when we set numbers to gather, coordinator could not process and set none scan range in thrift + // so we add this test case to ensure this sql do not core dump + sql """ Review Comment: what is the purpose of this 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: 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