Tagar commented on a change in pull request #28860:
URL: https://github.com/apache/spark/pull/28860#discussion_r442929788



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
##########
@@ -3521,6 +3523,25 @@ class SQLQuerySuite extends QueryTest with 
SharedSparkSession with AdaptiveSpark
             |""".stripMargin), Row(1))
     }
   }
+
+  test("SPARK-32002: Support Extract valve from nested ArrayStruct") {

Review comment:
       ```suggestion
     test("SPARK-32002: Support Extract value from nested ArrayStruct") {
   ```
   typo 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to