Skip to content

Commit

Permalink
Removing unsupported test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanK-db committed Sep 30, 2024
1 parent 826d2ae commit afd5b23
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ class PostgresIntegrationSuite extends DockerJDBCIntegrationV2Suite with V2JDBCT
assert(df.collect().toSet === expectedResult)
}

testFilterPushdown("millenium", "2001-01-01 00:00:00.0",
Set(
Row(1, Timestamp.valueOf("2024-01-01 01:01:01.0")),
Row(2, Timestamp.valueOf("2024-02-02 02:02:02.0"))
))
testFilterPushdown("century", "2001-01-01 00:00:00.0",
Set(
Row(1, Timestamp.valueOf("2024-01-01 01:01:01.0")),
Expand Down

0 comments on commit afd5b23

Please sign in to comment.