FANNG1 commented on code in PR #4948:
URL: https://github.com/apache/gravitino/pull/4948#discussion_r1769370112
##########
core/src/test/java/org/apache/gravitino/connector/authorization/TestAuthorization.java:
##########
@@ -73,7 +73,7 @@ public static void setUp() throws Exception {
mySQLCatalog =
new TestCatalog()
- .withCatalogConf(ImmutableMap.of(Catalog.AUTHORIZATION_PROVIDER,
"mysql"))
+ .withCatalogConf(ImmutableMap.of(Catalog.AUTHORIZATION_PROVIDER,
"mysqlTest"))
Review Comment:
use a static variable? since it's shared by different classes.
--
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]