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

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

    [ https://issues.apache.org/jira/browse/SPARK-10472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733488#comment-14733488 ] 

Apache Spark commented on SPARK-10472:
--------------------------------------

User 'liancheng' has created a pull request for this issue:
https://github.com/apache/spark/pull/8640

> 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
>
> {{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