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

Diego da Silva Colombo updated SPARK-23655:
-------------------------------------------
    Description: 
When I try to load the data of pg_database, an exception occurs:

`java.lang.RuntimeException: java.sql.SQLException: Unsupported type 2003`

It's happens because the typeName of the column is *aclitem,* and there is no 
match case for thist type on toCatalystType

  was:
When I try to load the data of pg_database, an exception occurs:

`java.lang.RuntimeException: java.sql.SQLException: Unsupported type 2003`

It's happen because the typeName of the column is *aclitem,* and there is no 
match case for thist type on toCatalystType


> Add support for type aclitem (PostgresDialect)
> ----------------------------------------------
>
>                 Key: SPARK-23655
>                 URL: https://issues.apache.org/jira/browse/SPARK-23655
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Diego da Silva Colombo
>            Priority: Major
>
> When I try to load the data of pg_database, an exception occurs:
> `java.lang.RuntimeException: java.sql.SQLException: Unsupported type 2003`
> It's happens because the typeName of the column is *aclitem,* and there is no 
> match case for thist type on toCatalystType



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to