Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BePPPower committed May 21, 2024
1 parent 0073863 commit 259b52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ suite("test_s3_tvf_with_resource", "p0") {
}

def create_s3_resource = {
sql """ DROP RESOURCE '${resource_name}' """
sql """ DROP RESOURCE IF EXISTS '${resource_name}' """
sql """
CREATE RESOURCE "${resource_name}"
PROPERTIES
Expand Down

0 comments on commit 259b52f

Please sign in to comment.