You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2016/06/27 02:37:30 UTC

[GitHub] spark issue #13912: [SPARK-16216][SQL] CSV data source supports custom date ...

Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/13912
  
    @srowen Hm.. I just wonder if I should correct JSON data source to be consistent with this meaning these below:
    
    1. Default is to write time as numeric timestamps
    2. Supports both `dateFormat` and `timezone` for reading and writing.
    
    Currently, JSON data source is writing both `Date` as below:
    
    ```scala
    // TimestampType
    1970-01-01 11:46:40.0
    
    // DateType
    1970-01-01
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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