benmccann commented on a change in pull request #20974: [SPARK-23862][SQL] 
Spark ExpressionEncoder should support java enum type in scala
URL: https://github.com/apache/spark/pull/20974#discussion_r240872824
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/SQLImplicits.scala
 ##########
 @@ -108,6 +108,10 @@ abstract class SQLImplicits extends 
LowPrioritySQLImplicits {
   /** @since 2.0.0 */
   implicit def newBoxedBooleanEncoder: Encoder[java.lang.Boolean] = 
Encoders.BOOLEAN
 
+  /** @since 2.4.0 */
 
 Review comment:
   @fangshil I think this will need to be updated to `2.5.0` now that 2.4.0 has 
been released

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to