Skip to content

Commit 81d0cb7

Browse files
committed
Remove unneeded comments
1 parent 8e1e516 commit 81d0cb7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ spec:
4040
roleGroups:
4141
default:
4242
replicas: 1
43-
# curl http://localhost:9001/iceberg/v1/config
44-
# curl -X POST http://localhost:9001/iceberg/v1/namespaces/default/tables -H "Content-Type: application/json" -d '{"name": "test", "location":"s3a://trino/default/test", "schema": {"type": "struct", "fields": [{"id": 1, "name": "id", "type": "long", "required": true}]}, "write-disposition": "create"}'
45-
# curl -X DELETE http://localhost:9001/iceberg/v1/namespaces/default/tables/test -H "Content-Type: application/json"
46-
# curl http://localhost:9001/iceberg/v1/namespaces/default/tables/test
4743
---
4844
apiVersion: v1
4945
kind: Secret

0 commit comments

Comments
 (0)