Skip to content

Commit

Permalink
[SPARK-2729] [SQL] added Timestamp in NullableColumnAccessorSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
chutium committed Aug 1, 2014
1 parent 39cf9f8 commit 71af77a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object TestNullableColumnAccessor {
class NullableColumnAccessorSuite extends FunSuite {
import ColumnarTestUtils._

Seq(INT, LONG, SHORT, BOOLEAN, BYTE, STRING, DOUBLE, FLOAT, BINARY, GENERIC).foreach {
Seq(INT, LONG, SHORT, BOOLEAN, BYTE, STRING, DOUBLE, FLOAT, BINARY, GENERIC, TIMESTAMP).foreach {
testNullableColumnAccessor(_)
}

Expand Down

0 comments on commit 71af77a

Please sign in to comment.