File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
compat_fuse/compat-logictest/rbac
suites/3_stateful_iceberg/00_rest Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ create role 'role2';
1919statement ok
2020GRANT 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';
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SHOW CATALOGS;
1010default
1111
1212statement error 1001
13- CREATE CATALOG ctl TYPE=ICEBERG CONNECTION=(TYPE='REST' ADDRESS='http://127.0.0.1:1000' WAREHOUSE='default' );
13+ CREATE CATALOG ctl TYPE=ICEBERG CONNECTION=(TYPE='REST' ADDRESS='http://127.0.0.1:1000' ` WAREHOUSE` ='default' );
1414
1515statement ok
1616DROP CATALOG IF EXISTS ctl;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TYPE=ICEBERG
77CONNECTION=(
88 TYPE='rest'
99 ADDRESS='http://127.0.0.1:8181'
10- WAREHOUSE='s3://iceberg-tpch'
10+ ` WAREHOUSE` ='s3://iceberg-tpch'
1111 "s3.region"='us-east-1'
1212 "s3.endpoint"='http://127.0.0.1:9000'
1313);
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TYPE=ICEBERG
77CONNECTION=(
88 TYPE='rest'
99 ADDRESS='http://127.0.0.1:8181'
10- WAREHOUSE='s3://iceberg-tpch'
10+ ` WAREHOUSE` ='s3://iceberg-tpch'
1111 "s3.region"='us-east-1'
1212 "s3.endpoint"='http://127.0.0.1:9000'
1313);
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ TYPE=ICEBERG
1212CONNECTION=(
1313 TYPE='rest'
1414 ADDRESS='http://127.0.0.1:8181'
15- WAREHOUSE='s3://icebergdata/demo'
15+ ` WAREHOUSE` ='s3://icebergdata/demo'
1616);
1717EOF
1818
You can’t perform that action at this time.
0 commit comments