[ 
https://issues.apache.org/jira/browse/SPARK-25791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-25791.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 22785
[https://github.com/apache/spark/pull/22785]

> Datatype of serializers in RowEncoder should be accessible
> ----------------------------------------------------------
>
>                 Key: SPARK-25791
>                 URL: https://issues.apache.org/jira/browse/SPARK-25791
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Major
>             Fix For: 3.0.0
>
>
> The serializers of {{RowEncoder}} use few {{If}} Catalyst expression which 
> inherits {{ComplexTypeMergingExpression}} that will check input data types.
> It is possible to generate serializers which fail the check and can't to 
> access the data type of serializers. When producing {{If}} expression, we 
> should use the same data type at its input expressions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to