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 b8ac60a commit 3f7bb4cCopy full SHA for 3f7bb4c
yt/cpp/mapreduce/http_client/raw_batch_request.cpp
@@ -609,7 +609,7 @@ TFuture<TRichYPath> THttpRawBatchRequest::CanonizeYPath(const TRichYPath& path)
609
result.Path_ = AddPathPrefix(result.Path_, Context_.Config->Prefix);
610
}
611
612
- if (result.Path_.find_first_of("<>{}[]") != TString::npos) {
+ if (result.Path_.find_first_of("<>{}[]:") != TString::npos) {
613
return AddRequest<TCanonizeYPathResponseParser>(
614
"parse_ypath",
615
SerializeParamsForParseYPath(result),
0 commit comments