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 2018/01/31 17:09:00 UTC

[jira] [Updated] (SPARK-22303) Getting java.sql.SQLException: Unsupported type 101 for BINARY_DOUBLE

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

Xiao Li updated SPARK-22303:
----------------------------
    Summary: Getting java.sql.SQLException: Unsupported type 101 for BINARY_DOUBLE  (was: [SQL] Getting java.sql.SQLException: Unsupported type 101 for BINARY_DOUBLE)

> Getting java.sql.SQLException: Unsupported type 101 for BINARY_DOUBLE
> ---------------------------------------------------------------------
>
>                 Key: SPARK-22303
>                 URL: https://issues.apache.org/jira/browse/SPARK-22303
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Kohki Nishio
>            Assignee: Kohki Nishio
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> When a table contains columns such as BINARY_DOUBLE or BINARY_FLOAT, this JDBC connector throws SQL exception
> {code}
> java.sql.SQLException: Unsupported type 101
>   at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$.org$apache$spark$sql$execution$datasources$jdbc$JdbcUtils$$getCatalystType(JdbcUtils.scala:235)
>   at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$8.apply(JdbcUtils.scala:292)
>   at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$8.apply(JdbcUtils.scala:292)
>   at scala.Option.getOrElse(Option.scala:121)
>   at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$.getSchema(JdbcUtils.scala:291)
>   at org.apache.spark.sql.execution.datasources.jdbc.JDBCRDD$.resolveTable(JDBCRDD.scala:64)
>   at org.apache.spark.sql.execution.datasources.jdbc.JDBCRelation.<init>(JDBCRelation.scala:113)
>   at org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider.createRelation(JdbcRelationProvider.scala:47)
>   at org.apache.spark.sql.execution.datasources.DataSource.resolveRelation(DataSource.scala:306)
>   at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:178)
>   at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:146)
> {code}
> these types are Oracle specific ones, described here
> https://docs.oracle.com/cd/E11882_01/timesten.112/e21642/types.htm#TTSQL148



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

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