[
https://issues.apache.org/jira/browse/SPARK-20873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben Janssen updated SPARK-20873:
----------------------------------
Description:
For unsupported column type, we simply output the column type instead of the
type name.
{noformat}
java.lang.SQLException:
org.apache.spark.sql.execution.columnar.ColumnTypeSuite$$anonfun$4$$anon$1@2205a05d
{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}
We should improve it by outputting its name.
> Improve the error message for unsupported Column Type
> -----------------------------------------------------
>
> Key: SPARK-20873
> URL: https://issues.apache.org/jira/browse/SPARK-20873
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.2.0
> Reporter: Ruben Janssen
> Assignee: Xiao Li
>
> For unsupported column type, we simply output the column type instead of the
> type name.
> {noformat}
> java.lang.SQLException:
> org.apache.spark.sql.execution.columnar.ColumnTypeSuite$$anonfun$4$$anon$1@2205a05d
> {noformat}
> We should improve it by outputting its name.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]