Skip to content

Commit

Permalink
fixed 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbradley committed Nov 2, 2014
1 parent f025035 commit 51e5282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class ScalaReflectionSuite extends FunSuite {
val primitiveData = PrimitiveData(1, 1, 1, 1, 1, 1, true)
val data = OptionalData(Some(1), Some(1), Some(1), Some(1), Some(1), Some(1), Some(true),
Some(primitiveData))
val dataType = schemaFor[PrimitiveData].dataType
val dataType = schemaFor[OptionalData].dataType
val convertedData = Seq(1, 1.toLong, 1.toDouble, 1.toFloat, 1.toShort, 1.toByte, true,
convertToCatalyst(primitiveData, dataType))
assert(convertToCatalyst(data, dataType) === convertedData)
Expand Down

0 comments on commit 51e5282

Please sign in to comment.