maropu commented on a change in pull request #30867:
URL: https://github.com/apache/spark/pull/30867#discussion_r546481053
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala
##########
@@ -1018,7 +1019,7 @@ case class Shuffle(child: Expression, randomSeed:
Option[Long] = None)
> SELECT _FUNC_(array(2, 1, 4, 3));
[3,4,1,2]
""",
- group = "array_funcs",
+ group = "collection_funcs",
Review comment:
Ah, yea, you're right. I'll update the PR and the description.
----------------------------------------------------------------
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]