GitHub user pravingadakh opened a pull request:

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

    [SPARK-11408][SQL] display scientific notation correctly in DataFrame.show()

    Initial implementation for displaying scientific notation in 
DataFrame.show().
    
    Advantages:
    -- No type erasure issues, without using reflection utils.
    
    Disadvantages:
    -- Redundant code in case statements.
    -- May degrade the performance (type castings, toStrings)
    -- Looks hacky :(
    
    Please suggest changes or a different approach altogether which doesn't 
have above mentioned issues.

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

    $ git pull https://github.com/pravingadakh/spark SPARK-11408

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

    https://github.com/apache/spark/pull/9376.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 #9376
    
----
commit b9f2212ce4736b3ae00bee12e9ecf662e54c42da
Author: Pravin Gadakh <[email protected]>
Date:   2015-10-30T12:30:49Z

    display scientific notation correctly in DataFrame.show

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to