HyukjinKwon commented on a change in pull request #28983:
URL: https://github.com/apache/spark/pull/28983#discussion_r449975418
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/UDAQuerySuite.scala
##########
@@ -354,6 +355,13 @@ abstract class UDAQuerySuite extends QueryTest with
SQLTestUtils with TestHiveSi
Row(3, 0, null, 1, 3, 0, 0, 0, null, 1, 3, 0, 2, 2) :: Nil)
}
+ // SPARK-32159
+ test("array input types") {
Review comment:
nit: `"SPARK-32159: array input types"` per
http://spark.apache.org/contributing.html
----------------------------------------------------------------
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]