Skip to content

Commit b6e92c0

Browse files
AngersZhuuuuTagar
andauthored
Update sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
Co-authored-by: Ruslan Dautkhanov <Tagar@users.noreply.github.com>
1 parent 400ad7d commit b6e92c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
35243524
}
35253525
}
35263526

3527-
test("SPARK-32002: Support Extract valve from nested ArrayStruct") {
3527+
test("SPARK-32002: Support Extract value from nested ArrayStruct") {
35283528
withTempView("rows") {
35293529
val df = spark.read
35303530
.json(Seq(

0 commit comments

Comments
 (0)