This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch fix_docker_test in repository https://gitbox.apache.org/repos/asf/doris.git
commit 587b0f49e09e4cc5433977cd4b842f35a4ae0c9a Author: morningman <[email protected]> AuthorDate: Tue Dec 27 22:34:00 2022 +0800 3 --- .../query_p0/sql_functions/string_functions/test_split_part.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/query_p0/sql_functions/string_functions/test_split_part.groovy b/regression-test/suites/query_p0/sql_functions/string_functions/test_split_part.groovy index 4369a1da1d..b808be2f8f 100644 --- a/regression-test/suites/query_p0/sql_functions/string_functions/test_split_part.groovy +++ b/regression-test/suites/query_p0/sql_functions/string_functions/test_split_part.groovy @@ -25,6 +25,6 @@ suite("test_split_part") { where split_part("bCKHDX07at", "5.7.37", cast(name as int)) is not null; """ - exception "errCode = 2, detailMessage = [RUNTIME_ERROR]Argument at index 3 for function split_part must be constant" + exception "Argument at index 3 for function split_part must be constant" } -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
