Skip to content

Commit 15740bb

Browse files
committed
add new privilege type forward test
1 parent 1384889 commit 15740bb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/compat_fuse/compat-logictest/rbac/fuse_compat_write

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ create role 'role2';
1919
statement ok
2020
GRANT OWNERSHIP on udf a to role 'role1';
2121

22-
#statement ok
23-
#create warehouse w1 with warehouse_size=1;
24-
#
25-
#statement ok
26-
#GRANT OWNERSHIP on warehouse w1 to role 'role1';
22+
statement ok
23+
GRANT create warehouse on *.* to role 'role1';

0 commit comments

Comments
 (0)