yihua commented on code in PR #12909:
URL: https://github.com/apache/hudi/pull/12909#discussion_r1982703934
##########
hudi-spark-datasource/hudi-spark-common/src/test/scala/org/apache/spark/sql/hive/TestHiveClientUtils.scala:
##########
@@ -45,7 +45,7 @@ class TestHiveClientUtils {
hiveClient =
spark.sharedState.externalCatalog.unwrapped.asInstanceOf[HiveExternalCatalog].client
}
- @Test
+ @Disabled("HUDI-9118")
Review Comment:
Should this test be moved to another test class so spark can be properly
cleaned up? Also, does `@TestInstance(Lifecycle.PER_CLASS)` or `TestHive` has
any behavior that can cause issues in this test?
--
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]