Skip to content

Commit 62cd292

Browse files
committed
remove proxygen
1 parent 7a7d394 commit 62cd292

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

presto-native-execution/presto_cpp/main/types/PrestoToVeloxExpr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,7 @@ TypedExprPtr VeloxExprConverter::toVeloxExpr(
497497
velox::functions::RemoteVectorFunctionMetadata metadata;
498498
metadata.serdeFormat =
499499
fromSerdeString(systemConfig->remoteFunctionServerSerde());
500-
proxygen::URL url(systemConfig->remoteFunctionRestUrl());
501-
metadata.location = url;
500+
metadata.location = systemConfig->remoteFunctionRestUrl();
502501
metadata.functionId = restFunctionHandle->functionId;
503502
metadata.version = restFunctionHandle->version;
504503

0 commit comments

Comments
 (0)