Skip to content

Commit

Permalink
Revert "Ignore failing Parquet filter test to unblock CI (#9519)" (#9594
Browse files Browse the repository at this point in the history
)

This reverts commit eeb4168.

Signed-off-by: Sameer Raheja <[email protected]>
  • Loading branch information
sameerz authored Nov 1, 2023
1 parent 71505ba commit 084a7c0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ class ParquetFilterSuite extends SparkQueryCompareTestSuite {
})
}

// https://github.com/NVIDIA/spark-rapids/issues/9507
ignore("Parquet filter pushdown - timestamp") {
test("Parquet filter pushdown - timestamp") {
withCpuSparkSession(spark => {
import spark.implicits._
val df = (1 to 1024).map(i => new Timestamp(i)).toDF("a")
Expand Down

0 comments on commit 084a7c0

Please sign in to comment.