Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jul 30, 2024
1 parent cfb7bc4 commit 2d73f1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
package org.apache.paimon.spark

import org.apache.paimon.hive.TestHiveMetastore

import org.apache.hadoop.conf.Configuration
import org.apache.paimon.Snapshot
import org.apache.spark.SparkConf
import org.apache.spark.paimon.Utils

Expand Down Expand Up @@ -77,6 +77,7 @@ class PaimonHiveTestBase extends PaimonSparkTestBase {
override protected def beforeEach(): Unit = {
spark.sql(s"USE $sparkCatalogName")
spark.sql(s"USE $hiveDbName")
Snapshot.CACHE.invalidateAll()
}
}

Expand Down

0 comments on commit 2d73f1b

Please sign in to comment.