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 00:37:59 UTC

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

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


##########
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:
   Does this regression test related with the issue? It does not have any pushdown predicates.



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