Skip to content

Commit f7b1aa0

Browse files
committed
Update a comment to follow #15780.
1 parent ab9d6fc commit f7b1aa0

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ trait InvokeLike extends Expression with NonSQLExpression {
116116
* @param arguments An optional list of expressions to pass as arguments to the function.
117117
* @param propagateNull When true, and any of the arguments is null, null will be returned instead
118118
* of calling the function.
119-
* @param returnNullable When false, return value must be non-null.
119+
* @param returnNullable When false, indicating the invoked method will return non-null value.
120120
*/
121121
case class StaticInvoke(
122122
staticObject: Class[_],

0 commit comments

Comments
 (0)