Skip to content

Commit

Permalink
Skip timestampt as partition key test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Feb 6, 2024
1 parent 5a29a19 commit 39f4502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/tests/TableScanTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3733,6 +3733,7 @@ TEST_F(TableScanTest, varbinaryPartitionKey) {
}

TEST_F(TableScanTest, timestampPartitionKey) {
GTEST_SKIP() << "Skipping timestamp partitionkey test";
const char* inputs[] = {"2023-10-14 07:00:00.0", "2024-01-06 04:00:00.0"};
auto expected = makeRowVector(
{"t"},
Expand Down

0 comments on commit 39f4502

Please sign in to comment.