GitHub user thomastechs opened a pull request:

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

    [SPARK-12941][SQL] Spark-SQL JDBC Oracle dialect fails to map string 
datatypes to Oracle VARCHAR datatype

    Adding a getJDBCType() method to the JdbcDialects.scala which would create 
a VARCHAR type for Oracle create table operations.Currently the type TEXT is 
throwing exceptions which is incompatible to Oracle

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

    $ git pull https://github.com/thomastechs/spark thomastechs-12941-branch

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

    https://github.com/apache/spark/pull/10912.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 #10912
    
----
commit a479fcee25c12b8f4ff32ee732ad7cdc3a73398c
Author: thomastechs <[email protected]>
Date:   2016-01-25T18:20:01Z

    Update for [SPARK-12941][SQL]
    
    Adding a getJDBCType() method to the JdbcDialects.scala which would create 
a VARCHAR type for Oracle create table operations.Currently the type TEXT is 
throwing exceptions which is incompatible to Oracle

----


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