diqiu50 commented on code in PR #9499:
URL: https://github.com/apache/gravitino/pull/9499#discussion_r2644620215
##########
catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/integration/test/CatalogHiveABSIT.java:
##########
@@ -37,6 +38,7 @@
@EnabledIf(
value = "isAzureBlobStorageConfigured",
disabledReason = "Azure Blob Storage is not prepared.")
+@TestInstance(TestInstance.Lifecycle.PER_CLASS)
Review Comment:
Previously, all containers were using Hive 2.
Now, containers can be switched between versions.
If the environment is not cleaned up, a client created by the Hive 3
classloader will attempt to connect to a Hive 2 HMS, which results in an error.
--
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]