You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/13 14:48:04 UTC

[GitHub] srowen commented on a change in pull request #20974: [SPARK-23862][SQL] Spark ExpressionEncoder should support java enum type in scala

srowen 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_r241426138
 
 

 ##########
 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:
   It will have to be 3.0.0 as there won't be a 2.5.0

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org