File tree 5 files changed +6
-9
lines changed
compat_fuse/compat-logictest/rbac
suites/3_stateful_iceberg/00_rest
5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ create role 'role2';
19
19
statement ok
20
20
GRANT OWNERSHIP on udf a to role 'role1';
21
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';
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;
10
10
default
11
11
12
12
statement 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' );
14
14
15
15
statement ok
16
16
DROP CATALOG IF EXISTS ctl;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TYPE=ICEBERG
7
7
CONNECTION=(
8
8
TYPE='rest'
9
9
ADDRESS='http://127.0.0.1:8181'
10
- WAREHOUSE='s3://iceberg-tpch'
10
+ ` WAREHOUSE` ='s3://iceberg-tpch'
11
11
"s3.region"='us-east-1'
12
12
"s3.endpoint"='http://127.0.0.1:9000'
13
13
);
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TYPE=ICEBERG
7
7
CONNECTION=(
8
8
TYPE='rest'
9
9
ADDRESS='http://127.0.0.1:8181'
10
- WAREHOUSE='s3://iceberg-tpch'
10
+ ` WAREHOUSE` ='s3://iceberg-tpch'
11
11
"s3.region"='us-east-1'
12
12
"s3.endpoint"='http://127.0.0.1:9000'
13
13
);
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ TYPE=ICEBERG
12
12
CONNECTION=(
13
13
TYPE='rest'
14
14
ADDRESS='http://127.0.0.1:8181'
15
- WAREHOUSE='s3://icebergdata/demo'
15
+ ` WAREHOUSE` ='s3://icebergdata/demo'
16
16
);
17
17
EOF
18
18
You can’t perform that action at this time.
0 commit comments