Skip to content

Commit 9c9b76d

Browse files
belieferCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 69a6580 commit 9c9b76d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gluten-ut/spark35/src/test/scala/org/apache/spark/sql/hive/execution/GlutenHiveSQLQuerySuite.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ class GlutenHiveSQLQuerySuite extends GlutenHiveSQLQuerySuiteBase {
151151

152152
test("GLUTEN-11062: Supports mixed input format for partitioned Hive table") {
153153

154+
val hiveClient: HiveClient =
155+
spark.sharedState.externalCatalog.unwrapped.asInstanceOf[HiveExternalCatalog].client
156+
154157
withSQLConf("spark.sql.hive.convertMetastoreParquet" -> "false") {
155158
withTempDir {
156159
dir =>

0 commit comments

Comments
 (0)