You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Maxim Gekk (JIRA)" <ji...@apache.org> on 2019/08/07 16:19:00 UTC

[jira] [Created] (SPARK-28643) Use Java 8 time API in Dataset.show

Maxim Gekk created SPARK-28643:
----------------------------------

             Summary: Use Java 8 time API in Dataset.show
                 Key: SPARK-28643
                 URL: https://issues.apache.org/jira/browse/SPARK-28643
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Maxim Gekk


Currently, Dataset.show collects DATE and TIMESTAMP columns by converting them to java.sql.Date and java.sql.Timestamp that can cause some problems while converting the Java types to strings. For example: https://github.com/apache/spark/pull/25336#discussion_r310110759



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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