Skip to content

Commit 688f242

Browse files
committed
QPlayer
commit_hash:0ffee3044bdfd32fd3c7a9cde9209384b7ee9d09
1 parent b628b47 commit 688f242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yql/essentials/core/facade/yql_facade.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ TProgram::TProgram(
389389
if (item) {
390390
YQL_ENSURE(LoadedGatewaysConfig_.ParseFromString(item->Value));
391391
if (GatewaysForMerge_) {
392-
YQL_ENSURE(NProtoBuf::TextFormat::ParseFromString(*GatewaysForMerge_, &LoadedGatewaysConfig_));
392+
YQL_ENSURE(NProtoBuf::TextFormat::MergeFromString(*GatewaysForMerge_, &LoadedGatewaysConfig_));
393393
}
394394
THashMap<TString, TString> clusterMapping;
395395
GetClusterMappingFromGateways(LoadedGatewaysConfig_, clusterMapping);

0 commit comments

Comments
 (0)