Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21732#discussion_r228782670
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoder.scala
 ---
    @@ -207,7 +198,7 @@ case class ExpressionEncoder[T](
       val serializer: Seq[NamedExpression] = {
         val clsName = Utils.getSimpleName(clsTag.runtimeClass)
     
    -    if (isSerializedAsStruct) {
    +    if (isSerializedAsStruct && 
!classOf[Option[_]].isAssignableFrom(clsTag.runtimeClass)) {
    --- End diff --
    
    can we make sure that, other places calling `isSerializedAsStruct` don't 
need to check Option type?


---

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

Reply via email to