Skip to content

Commit

Permalink
enable regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Aug 24, 2015
1 parent 3491f2f commit e96f92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class ParquetHiveCompatibilitySuite extends ParquetCompatibilityTest with Before
"BOOLEAN", "TINYINT", "SMALLINT", "INT", "BIGINT", "FLOAT", "DOUBLE", "STRING")
}

ignore("SPARK-10177 timestamp") {
test("SPARK-10177 timestamp") {
testParquetHiveCompatibility(Row(Timestamp.valueOf("2015-08-24 00:31:00")), "TIMESTAMP")
}

Expand Down

0 comments on commit e96f92f

Please sign in to comment.