Skip to content

Commit

Permalink
add new privilege type forward test
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Feb 14, 2025
1 parent 1384889 commit 15740bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/compat_fuse/compat-logictest/rbac/fuse_compat_write
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ create role 'role2';
statement ok
GRANT OWNERSHIP on udf a to role 'role1';

#statement ok
#create warehouse w1 with warehouse_size=1;
#
#statement ok
#GRANT OWNERSHIP on warehouse w1 to role 'role1';
statement ok
GRANT create warehouse on *.* to role 'role1';

0 comments on commit 15740bb

Please sign in to comment.