Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham committed Feb 5, 2025
1 parent 8ad88c9 commit bb18b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/functions/remote/client/Remote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,15 @@ class RemoteFunction : public exec::VectorFunction {
EventBase eventBase_;
const RemoteVectorFunctionMetadata metadata_;

boost::variant<SocketAddress, std::string> location_;

// Depending on which active type we have, one of these clients will be used:
std::unique_ptr<RemoteFunctionClient> thriftClient_;
std::unique_ptr<HttpClient> restClient_;

remote::PageFormat serdeFormat_;
std::unique_ptr<VectorSerde> serde_;

boost::variant<SocketAddress, std::string> location_;

RowTypePtr remoteInputType_;
std::vector<std::string> serializedInputTypes_;
};
Expand Down

0 comments on commit bb18b7e

Please sign in to comment.