GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-19004][SQL] Fix `testH2Dialect` by removing `getCatalystType`

    ## What changes were proposed in this pull request?
    
    `JdbcDialect` subclasses should return `None` by default. However, 
`testH2Dialect.getCatalystType` returns always `Some(StringType)` incorrectly. 
This PR fixes `testH2Dialect` by removing the wrong `getCatalystType` 
implementation.
    
    ## How was this patch tested?
    
    This is a test only update. 

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-H2-DIALECT

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

    https://github.com/apache/spark/pull/16409.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 #16409
    
----
commit fe8f827063399a8f0971ccb20f72cfc6c00e7f34
Author: Dongjoon Hyun <[email protected]>
Date:   2016-12-26T19:22:04Z

    [SPARK-19004][SQL] Fix `testH2Dialect` by removing `getCatalystType`

----


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