Skip to content

Commit fc02460

Browse files
committed
Fix one more typo
1 parent b6f867c commit fc02460

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/datetimeExpressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ case class ParseToDate(left: Expression, format: Option[Expression], child: Expr
11911191
*/
11921192
@ExpressionDescription(
11931193
usage = """
1194-
_FUNC_(timestamp[, fmt]) - Parses the `timestamp` expression with the `format` expression to
1194+
_FUNC_(timestamp[, fmt]) - Parses the `timestamp` expression with the `fmt` expression to
11951195
a timestamp. Returns null with invalid input. By default, it follows casting rules to
11961196
a timestamp if the `fmt` is omitted.
11971197
""",

0 commit comments

Comments
 (0)