This is an automated email from the ASF dual-hosted git repository.
jacktengg pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new ec805e90f22 [fix](case) adjust expect excepting (#35999)
ec805e90f22 is described below
commit ec805e90f221b2dc50613f4bac03f7136a21ad0e
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Jun 11 21:19:04 2024 +0800
[fix](case) adjust expect excepting (#35999)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
.../suites/tpch_sf0.1_p1/function/test_not_supported_agg_fn.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/tpch_sf0.1_p1/function/test_not_supported_agg_fn.groovy
b/regression-test/suites/tpch_sf0.1_p1/function/test_not_supported_agg_fn.groovy
index 5be66d7a6fe..7e06c2d11fe 100644
---
a/regression-test/suites/tpch_sf0.1_p1/function/test_not_supported_agg_fn.groovy
+++
b/regression-test/suites/tpch_sf0.1_p1/function/test_not_supported_agg_fn.groovy
@@ -35,8 +35,8 @@ suite("test_not_supported_agg_fn") {
WHERE ref_0.`PS_PARTKEY` IS NULL
ORDER BY ref_0.`PS_COMMENT`
"""
- exception "errCode = 2, detailMessage = No matching function with
signature: last_value(bitmap)"
+ exception "java.sql.SQLException: errCode = 2, detailMessage = No
matching function with signature: last_value(BITMAP)."
}
} finally {
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]