Skip to content

Commit

Permalink
Remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 9, 2024
1 parent 2de7b01 commit fd902d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/tests/TableWriteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ std::string testModeString(TestMode mode) {
return "PARTITIONED";
case TestMode::kBucketed:
return "BUCKETED";
default:

VELOX_UNREACHABLE();
}
}
Expand Down

0 comments on commit fd902d0

Please sign in to comment.