Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 9, 2024
1 parent 3331794 commit 6529e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/remote/if/GetSerde.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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_NOT_SUPPORTED();
}
Expand Down

0 comments on commit 6529e46

Please sign in to comment.