Skip to content

Commit 232d560

Browse files
committed
address review comment
1 parent 7c16827 commit 232d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/higherOrderFunctions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ case class ArrayTransform(
293293
@ExpressionDescription(
294294
usage = """_FUNC_(expr, func) - Sorts the input array. If func is omitted, sort
295295
in ascending order. The elements of the input array must be orderable. Null elements
296-
will be placed at the end of the returned. Since 3.0.0 this function also sorts and
296+
will be placed at the end of the returned array. Since 3.0.0 this function also sorts
297297
and returns the array based on the given comparator function. The comparator will
298298
take two arguments representing two elements of the array.
299299
It returns -1, 0, or 1 as the first element is less than, equal to, or greater

0 commit comments

Comments
 (0)