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

Naden Franciscus updated SPARK-6412:
------------------------------------
    Comment: was deleted

(was: This needs to be reopened.

The use case couldn't be more clear. Querying from a table that has a CHAR data 
type is unsupported.)

> Add Char support in dataTypes.
> ------------------------------
>
>                 Key: SPARK-6412
>                 URL: https://issues.apache.org/jira/browse/SPARK-6412
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Chen Song
>
> We can't get the schema of case class PrimitiveData, because of 
> ScalaReflection.schemaFor and dataTYpes doesn't support CharType.
> case class PrimitiveData(
>     charField: Char,    // Can't get the char schema info
>     intField: Int,
>     longField: Long,
>     doubleField: Double,
>     floatField: Float,
>     shortField: Short,
>     byteField: Byte,
>     booleanField: Boolean)



--
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