GitHub user mgaido91 opened a pull request:

    https://github.com/apache/spark/pull/21321

    [SPARK-24268][SQL] Use datatype.simpleString in error messages

    ## What changes were proposed in this pull request?
    
    SPARK-22893 tried to unify error messages about dataTypes. Unfortunately, 
still many places were missing the `simpleString` method in other to have the 
same representation everywhere.
    
    The PR unified the messages using alway the simpleString representation of 
the dataTypes in the messages.
    
    ## How was this patch tested?
    
    existing/modified UTs


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgaido91/spark SPARK-24268

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21321.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21321
    
----
commit ada7667a9f8872f373bc789a7eb0c84987642314
Author: Marco Gaido <marcogaido91@...>
Date:   2018-05-05T15:19:45Z

    [SPARK-24268][SQL] Use datatype.simpleString in error messages

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to