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 20ee38ea520 [fix](case)fix s3 tvf case failed in pipeline of 2.1 
(#37995)
20ee38ea520 is described below

commit 20ee38ea5204dd4070a263b9a937e24b06cc1d67
Author: zhangdong <[email protected]>
AuthorDate: Thu Jul 18 10:23:40 2024 +0800

    [fix](case)fix s3 tvf case failed in pipeline of 2.1 (#37995)
    
    default value `enable_fallback_to_original_planner` is true, resource
    priv check only support in nereids,so need set
    enable_fallback_to_original_planner=false;
---
 .../suites/external_table_p0/tvf/test_s3_tvf_with_resource.groovy        | 1 +
 1 file changed, 1 insertion(+)

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 7a8912025ff..cda680173fb 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
@@ -202,6 +202,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) {
         test {
+                sql """set enable_fallback_to_original_planner=false;"""
                 sql """
                     SELECT * FROM S3 (
                                         "uri" = 
"https://${bucket}.${s3_endpoint}/regression/tvf/test_hive_text.text";,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to