You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/09/11 16:27:45 UTC

[jira] [Updated] (SPARK-10472) UserDefinedType.typeName gives wrong result

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

Cheng Lian updated SPARK-10472:
-------------------------------
    Fix Version/s: 1.6.0

> UserDefinedType.typeName gives wrong result
> -------------------------------------------
>
>                 Key: SPARK-10472
>                 URL: https://issues.apache.org/jira/browse/SPARK-10472
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.2.2, 1.3.1, 1.4.1, 1.5.0
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> {{DataType.typeName}} is defined as:
> {code}
>   /** Name of the type used in JSON serialization. */
>   def typeName: String = this.getClass.getSimpleName.stripSuffix("$").dropRight(4).toLowerCase
> {code}
> The {{dropRight(4)}} is used to drop the {{Type}} suffix. However, UDTs may not have such suffix. For example, {{NestedStructUDT.typeName}} gives {{nestedstruc}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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