Skip to content

Commit

Permalink
SPARK-2766: ScalaReflectionSuite throw an llegalArgumentException in …
Browse files Browse the repository at this point in the history
…JDK 6

Author: GuoQiang Li <[email protected]>

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

d0db00c [GuoQiang Li] ScalaReflectionSuite  throw an llegalArgumentException in JDK 6
  • Loading branch information
witgo authored and pwendell committed Aug 1, 2014
1 parent 9632719 commit 9998efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9998efa

Please sign in to comment.