GitHub user JannikArndt opened a pull request:

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

    [SPARK-20557][SQL] Support for db column type TIMESTAMP WITH TIME ZONE

    ## What changes were proposed in this pull request?
    
    SparkSQL can now read from a database table with column type [TIMESTAMP 
WITH TIME 
ZONE](https://docs.oracle.com/javase/8/docs/api/java/sql/Types.html#TIMESTAMP_WITH_TIMEZONE).
    
    ## How was this patch tested?
    
    Tested against Oracle database.
     
     
     
    @JoshRosen, you seem to know the class, would you look at this? Thanks!

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

    $ git pull https://github.com/JannikArndt/spark 
spark-20557-timestamp-with-timezone

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

    https://github.com/apache/spark/pull/17832.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 #17832
    
----
commit 44050ad3c6c616173e7903cde6f7ae5560a2dcdd
Author: Jannik Arndt <[email protected]>
Date:   2017-05-02T13:39:31Z

    Fixes SPARK-20557, adds support for db column type TIMESTAMP WITH TIME ZONE

----


---
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