Skip to content

Commit

Permalink
remove proxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham committed Nov 6, 2024
1 parent 8d2ac78 commit e6da386
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,7 @@ TypedExprPtr VeloxExprConverter::toVeloxExpr(
velox::functions::RemoteVectorFunctionMetadata metadata;
metadata.serdeFormat =
fromSerdeString(systemConfig->remoteFunctionServerSerde());
proxygen::URL url(systemConfig->remoteFunctionRestUrl());
metadata.location = url;
metadata.location = systemConfig->remoteFunctionRestUrl();
metadata.functionId = restFunctionHandle->functionId;
metadata.version = restFunctionHandle->version;

Expand Down

0 comments on commit e6da386

Please sign in to comment.