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 b628b47 commit 688f242Copy full SHA for 688f242
yql/essentials/core/facade/yql_facade.cpp
@@ -389,7 +389,7 @@ TProgram::TProgram(
389
if (item) {
390
YQL_ENSURE(LoadedGatewaysConfig_.ParseFromString(item->Value));
391
if (GatewaysForMerge_) {
392
- YQL_ENSURE(NProtoBuf::TextFormat::ParseFromString(*GatewaysForMerge_, &LoadedGatewaysConfig_));
+ YQL_ENSURE(NProtoBuf::TextFormat::MergeFromString(*GatewaysForMerge_, &LoadedGatewaysConfig_));
393
}
394
THashMap<TString, TString> clusterMapping;
395
GetClusterMappingFromGateways(LoadedGatewaysConfig_, clusterMapping);
0 commit comments