jackson.databind exception in RDDOperationScope.jsonMapper.writeValueAsString(this)
ntext.scala:685) -- A.M.Chan
SQL: Type mismatch when using codegen
e JIRA: https://issues.apache.org/jira/browse/SPARK-6899 -- A.M.Chan
Add Char support in SQL dataTypes
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) I can't get the schema from case class PrimitiveData. An e