Skip to content

Commit c1c6b44

Browse files
local metastore
Co-authored-by: Thomas Chow <[email protected]>
1 parent 275bf96 commit c1c6b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_aws/src/test/scala/ai/chronon/integrations/aws/GlueCatalogTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GlueCatalogTest extends AnyFlatSpec with MockitoSugar {
2020
)
2121
lazy val tableUtils: TableUtils = TableUtils(spark)
2222

23-
"basic round trip hudi table" should "work with glue" in {
23+
"basic round trip hudi table" should "work with local metastore" in {
2424
import spark.implicits._
2525

2626
val input = Set(1,2,3,4)

0 commit comments

Comments
 (0)