luozenglin commented on code in PR #15693:
URL: https://github.com/apache/doris/pull/15693#discussion_r1064261303


##########
regression-test/suites/query_p0/sql_functions/string_functions/test_split_part.groovy:
##########
@@ -27,4 +27,6 @@ suite("test_split_part") {
     """
     exception "[RUNTIME_ERROR]Argument at index 3 for function split_part must 
be constant"
   }
+
+  qt_1 "select split_part(k8, '1', 1), k8, split_part(concat(k8, '12'), '1', 
1) from test_query_db.test order by k8 limit 2;"

Review Comment:
   topn generated a runtime predicate, a newly supported feature in pr #15558



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