Dongjoon Hyun created SPARK-19004:
-------------------------------------

             Summary: Fix `testH2Dialect` by removing `getCatalystType`
                 Key: SPARK-19004
                 URL: https://issues.apache.org/jira/browse/SPARK-19004
             Project: Spark
          Issue Type: Bug
          Components: SQL, Tests
    Affects Versions: 2.1.0
            Reporter: Dongjoon Hyun
            Priority: Minor


`JdbcDialect` subclasses should return `None` by default. However, 
`testH2Dialect.getCatalystType` returns always `Some(StringType)` incorrectly.

This issue fixes `testH2Dialect` by removing the wrong `getCatalystType` 
implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to