Skip to content

Commit

Permalink
Skip exception type check for dwrf reader internal check change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxmeng committed Aug 26, 2024
1 parent 6b54b7d commit d6f8588
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ TEST_F(TaskManagerTest, emptyFile) {
EXPECT_EQ(1, taskStatus->failures.size());
const auto& failure = taskStatus->failures.front();
EXPECT_THAT(failure.message, testing::ContainsRegex("ORC file is empty"));
EXPECT_EQ("VeloxException", failure.type);
break;
}
std::this_thread::sleep_for(std::chrono::milliseconds(100));
Expand Down

0 comments on commit d6f8588

Please sign in to comment.