Skip to content

Commit 2e366b9

Browse files
committed
Update the comment for Java Bean encoder
1 parent eeebaad commit 2e366b9

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
@@ -149,7 +149,7 @@ object Encoders {
149149
* - boxed types: Boolean, Integer, Double, etc.
150150
* - String
151151
* - java.math.BigDecimal, java.math.BigInteger
152-
* - time related: java.sql.Date, java.sql.Timestamp
152+
* - time related: java.sql.Date, java.sql.Timestamp, java.time.LocalDate, java.time.Instant
153153
* - collection types: only array and java.util.List currently, map support is in progress
154154
* - nested java bean.
155155
*

0 commit comments

Comments
 (0)