We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400ad7d commit b6e92c0Copy full SHA for b6e92c0
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -3524,7 +3524,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
3524
}
3525
3526
3527
- test("SPARK-32002: Support Extract valve from nested ArrayStruct") {
+ test("SPARK-32002: Support Extract value from nested ArrayStruct") {
3528
withTempView("rows") {
3529
val df = spark.read
3530
.json(Seq(
0 commit comments