We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275bf96 commit c1c6b44Copy full SHA for c1c6b44
cloud_aws/src/test/scala/ai/chronon/integrations/aws/GlueCatalogTest.scala
@@ -20,7 +20,7 @@ class GlueCatalogTest extends AnyFlatSpec with MockitoSugar {
20
)
21
lazy val tableUtils: TableUtils = TableUtils(spark)
22
23
- "basic round trip hudi table" should "work with glue" in {
+ "basic round trip hudi table" should "work with local metastore" in {
24
import spark.implicits._
25
26
val input = Set(1,2,3,4)
0 commit comments