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 2018/07/18 15:05:00 UTC

[jira] [Commented] (SPARK-24268) DataType in error messages are not coherent

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

Apache Spark commented on SPARK-24268:
--------------------------------------

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

> DataType in error messages are not coherent
> -------------------------------------------
>
>                 Key: SPARK-24268
>                 URL: https://issues.apache.org/jira/browse/SPARK-24268
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, SQL
>    Affects Versions: 2.3.0
>            Reporter: Marco Gaido
>            Assignee: Marco Gaido
>            Priority: Minor
>
> In SPARK-22893 there was a tentative to unify the way dataTypes are reported in error messages. There, we decided to use always {{dataType.simpleString}}. Unfortunately, we missed many places where this still needed to be fixed. Moreover, it turns out that the right method to use is not {{simpleString}}, but we should use {{catalogString}} instead (for further details please check the discussion in the PR https://github.com/apache/spark/pull/21321).
> So we should update all the missing places in order to provide error messages coherently throughout the project.



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

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