You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/09 03:23:33 UTC

[GitHub] [doris] luozenglin commented on a diff in pull request #15693: [fix](predicate) fix be core dump caused by pushing down the double column predicate

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org