Skip to content

Commit

Permalink
[fix](case)fix 2.1 s3 case (apache#38088)
Browse files Browse the repository at this point in the history
extends : apache#37995
  • Loading branch information
zddr authored Jul 18, 2024
1 parent 301ff6a commit 4d03e28
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand All @@ -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}")
Expand Down

0 comments on commit 4d03e28

Please sign in to comment.