We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7d394 commit 62cd292Copy full SHA for 62cd292
presto-native-execution/presto_cpp/main/types/PrestoToVeloxExpr.cpp
@@ -497,8 +497,7 @@ TypedExprPtr VeloxExprConverter::toVeloxExpr(
497
velox::functions::RemoteVectorFunctionMetadata metadata;
498
metadata.serdeFormat =
499
fromSerdeString(systemConfig->remoteFunctionServerSerde());
500
- proxygen::URL url(systemConfig->remoteFunctionRestUrl());
501
- metadata.location = url;
+ metadata.location = systemConfig->remoteFunctionRestUrl();
502
metadata.functionId = restFunctionHandle->functionId;
503
metadata.version = restFunctionHandle->version;
504
0 commit comments