yuqi1129 commented on code in PR #4948: URL: https://github.com/apache/gravitino/pull/4948#discussion_r1777133895
########## authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerITEnv.java: ########## @@ -106,11 +108,30 @@ public static void cleanup() { } } + static void startHiveRangerContainer() { + containerSuite.startHiveRangerContainer( + new HashMap<>( + ImmutableMap.of( Review Comment: Why do we need a nested Map? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org