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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]