Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/21732
  
    Can you give a description of the new encoding rules regarding `Option`?
    
    e.g.
    ```
    Option[Int] in normal encoder -> a nullable int column
    Option[Int] in agg encoder -> a nullable int column
    Option[Int] in tupled encoder -> a nullable int column
    
    Option[Product] in normal encoder => a nullable struct column
    Option[Product] in agg encoder => ?
    ...
    ```


---

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

Reply via email to