dongjoon-hyun commented on a change in pull request #30867:
URL: https://github.com/apache/spark/pull/30867#discussion_r546471516
##########
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:
Sorry bug this is not `Adds a group tag`. This is re-categorization.
##########
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:
Sorry but this is not `Adds a group tag`. This is re-categorization.
----------------------------------------------------------------
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]