Skip to content

Commit 9114952

Browse files
committed
checkpoint
1 parent 9fd1e94 commit 9114952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/spark/sql/delta/expressions/DecodeNestedZ85EncodedVariantSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class DecodeNestedZ85EncodedVariantSuite extends QueryTest with DeltaSQLCommandT
7070
}
7171
}
7272

73-
test("ReplaceVariantZ85WithVariantVal with nested struct and mixed types") {
73+
test("DecodeNestedZ85EncodedVariantSuite with nested struct and mixed types") {
7474
val json1 = "{\"id\": 100, \"name\": \"test\"}"
7575
val inputVariant1 = VariantExpressionEvalUtils.parseJson(UTF8String.fromString(json1))
7676
val variant1 = new Variant(inputVariant1.getValue, inputVariant1.getMetadata)

0 commit comments

Comments
 (0)