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: [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