yuqi1129 commented on code in PR #4267:
URL: https://github.com/apache/gravitino/pull/4267#discussion_r1691530015


##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/container/ContainerSuite.java:
##########
@@ -52,6 +52,9 @@ public class ContainerSuite implements Closeable {
 
   private static Network network = null;
   private static volatile HiveContainer hiveContainer;
+
+  // Enable the Ranger plugin in the Hive container
+  private static volatile HiveContainer hiveRangerContainer;

Review Comment:
   The name should be `RangerHiveContainer`? the name `hiveRangerContainer` 
make me guess it's a ranger container NOT a hive container.



-- 
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]

Reply via email to