This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 4d03e288c27 [fix](case)fix 2.1 s3 case (#38088) 4d03e288c27 is described below commit 4d03e288c27785644a08767c49d851762e30a366 Author: zhangdong <493738...@qq.com> AuthorDate: Fri Jul 19 04:00:56 2024 +0800 [fix](case)fix 2.1 s3 case (#38088) extends : https://github.com/apache/doris/pull/37995 --- .../suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy b/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy index cda680173fb..8fc03a42312 100644 --- a/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy +++ b/regression-test/suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy @@ -201,6 +201,7 @@ suite("test_s3_tvf_with_resource", "p0") { // not have usage priv, can not select tvf with resource connect(user=user, password="${pwd}", url=url) { + sql """set enable_fallback_to_original_planner=false;""" test { sql """set enable_fallback_to_original_planner=false;""" sql """ @@ -217,7 +218,7 @@ suite("test_s3_tvf_with_resource", "p0") { // only have select_priv of view,can select view with resource connect(user=user, password="${pwd}", url=url) { - sql """SELECT * FROM ${viewName};""" + sql """SELECT * FROM ${db}.${viewName};""" } try_sql("DROP USER ${user}") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org