Skip to content

Commit 02cd206

Browse files
committed
try add compat test
1 parent 11f3a5e commit 02cd206

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/compat_fuse/compat-logictest/rbac/fuse_compat_write

+6
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ create role 'role2';
1818

1919
statement ok
2020
GRANT OWNERSHIP on udf a to role 'role1';
21+
22+
statement ok
23+
create warehouse w1 with warehouse_size=1;
24+
25+
statement ok
26+
GRANT OWNERSHIP on warehouse w1 to role 'role1';

0 commit comments

Comments
 (0)