Skip to content
Snippets Groups Projects
Commit 9998efab authored by GuoQiang Li's avatar GuoQiang Li Committed by Patrick Wendell
Browse files

SPARK-2766: ScalaReflectionSuite throw an llegalArgumentException in JDK 6

Author: GuoQiang Li <witgo@qq.com>

Closes #1683 from witgo/SPARK-2766 and squashes the following commits:

d0db00c [GuoQiang Li] ScalaReflectionSuite  throw an llegalArgumentException in JDK 6
parent 9632719c
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class ScalaReflectionSuite extends FunSuite {
assert(DecimalType === typeOfObject(BigDecimal("1.7976931348623157E318")))
// TimestampType
assert(TimestampType === typeOfObject(java.sql.Timestamp.valueOf("2014-7-25 10:26:00")))
assert(TimestampType === typeOfObject(java.sql.Timestamp.valueOf("2014-07-25 10:26:00")))
// NullType
assert(NullType === typeOfObject(null))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment