danhuawang commented on code in PR #11311:
URL: https://github.com/apache/gravitino/pull/11311#discussion_r3333078445
##########
clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/authorization/HierarchicalSchemaAuthorizationIT.java:
##########
Review Comment:
I created catalog with following property:
```
--arg uri "jdbc:postgresql://${pg_host}:5432/gravitino" \
--arg pgUser "gravitino" \
--arg pgPass "gravitino" \
--arg warehouse "file:///tmp/iceberg-warehouse" \
'{
name:"catalog_1",
type:"RELATIONAL",
provider:"lakehouse-iceberg",
comment:"IRC default catalog (seeded by setup-kind-env.sh)",
properties:{
"catalog-backend":"jdbc",
"uri":$uri,
"jdbc-user":$pgUser,
"jdbc-password":$pgPass,
"jdbc-driver":"org.postgresql.Driver",
"jdbc-initialize":"true",
"jdbc-schema-version":"V1",
"warehouse":$warehouse
}
}'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]