We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1e516 commit 81d0cb7Copy full SHA for 81d0cb7
1 file changed
tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2
@@ -40,10 +40,6 @@ spec:
40
roleGroups:
41
default:
42
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
47
---
48
apiVersion: v1
49
kind: Secret
0 commit comments