Skip to content

Commit

Permalink
Update GetSerde.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 9, 2024
1 parent 972f365 commit 010c950
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions velox/functions/remote/if/GetSerde.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ std::unique_ptr<VectorSerde> getSerde(const remote::PageFormat& format) {

case remote::PageFormat::SPARK_UNSAFE_ROW:
return std::make_unique<serializer::spark::UnsafeRowVectorSerde>();

default:
VELOX_UNSUPPORTED();
}
VELOX_UNREACHABLE();
}
} // namespace facebook::velox::functions

0 comments on commit 010c950

Please sign in to comment.