Chen Song created SPARK-6412:
--------------------------------

             Summary: 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to