You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2017/05/02 20:58:04 UTC

[jira] [Updated] (SPARK-20565) Improve the error message for unsupported JDBC types

     [ https://issues.apache.org/jira/browse/SPARK-20565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao Li updated SPARK-20565:
----------------------------
    Description: 
For unsupported data types, we simply output the type number instead of the type name. 

{noformat}
java.sql.SQLException: Unsupported type 2014
{noformat}

We should improve it by outputting its name.


  was:
For unsupported data types, we simply output the type number instead of the type name. 

{noformat}
java.sql.SQLException: Unsupported type 2014
{noformat}



> Improve the error message for unsupported JDBC types
> ----------------------------------------------------
>
>                 Key: SPARK-20565
>                 URL: https://issues.apache.org/jira/browse/SPARK-20565
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>
> For unsupported data types, we simply output the type number instead of the type name. 
> {noformat}
> java.sql.SQLException: Unsupported type 2014
> {noformat}
> We should improve it by outputting its name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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