dongjoon-hyun commented on a change in pull request #24249: [SPARK-27325][SQL]
Add implicit encoders for LocalDate and Instant
URL: https://github.com/apache/spark/pull/24249#discussion_r270650911
##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoders.scala
##########
@@ -109,13 +109,27 @@ object Encoders {
*/
def DATE: Encoder[java.sql.Date] = ExpressionEncoder()
+ /**
+ * An encoder for nullable date type.
Review comment:
Hi, @MaxGekk . Do you think we can have a more distinguishable description
here? For now, this is the same with line 106.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]