Skip to content

Commit d6f8588

Browse files
committed
Skip exception type check for dwrf reader internal check change
1 parent 6b54b7d commit d6f8588

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

presto-native-execution/presto_cpp/main/tests/TaskManagerTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ TEST_F(TaskManagerTest, emptyFile) {
978978
EXPECT_EQ(1, taskStatus->failures.size());
979979
const auto& failure = taskStatus->failures.front();
980980
EXPECT_THAT(failure.message, testing::ContainsRegex("ORC file is empty"));
981-
EXPECT_EQ("VeloxException", failure.type);
982981
break;
983982
}
984983
std::this_thread::sleep_for(std::chrono::milliseconds(100));

0 commit comments

Comments
 (0)