Skip to content

Commit a8adade

Browse files
committed
Fix a typo
1 parent 50eaeb0 commit a8adade

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ object Encoders {
130130

131131
/**
132132
* Creates an encoder that serializes instances of the `java.time.LocalTime` class
133-
* to the internal representation of nullable Catalyst's DateType.
133+
* to the internal representation of nullable Catalyst's TimeType.
134134
*
135135
* @since 3.0.0
136136
*/

0 commit comments

Comments
 (0)