jerqi commented on code in PR #5882: URL: https://github.com/apache/gravitino/pull/5882#discussion_r1888018543
########## integration-test-common/src/test/java/org/apache/gravitino/integration/test/container/HiveContainer.java: ########## @@ -49,6 +49,7 @@ public class HiveContainer extends BaseContainer { public static final String HIVE_RUNTIME_VERSION = "HIVE_RUNTIME_VERSION"; public static final String HIVE2 = "hive2"; // The Hive container default version public static final String HIVE3 = "hive3"; + public static final String ENABLE_AUTHORIZATION = "ENABLE_JDBC_AUTHORIZATION"; Review Comment: OK, I can create a new Hive image. -- 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