diff options
| author | hiddenpath <[email protected]> | 2024-12-15 21:57:17 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2024-12-15 22:19:07 +0300 |
| commit | 17c15e9fcc5070dd6af154f065e21174c4c9ba85 (patch) | |
| tree | 1f3a12a2c3879c1f11a0e52c1309e7ddf91ed0d7 /yt/cpp/mapreduce/client/file_reader.cpp | |
| parent | 88aed30c561038cf7f5915c0f8cc9794309d5d43 (diff) | |
[yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient
commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
Diffstat (limited to 'yt/cpp/mapreduce/client/file_reader.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/file_reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/file_reader.cpp b/yt/cpp/mapreduce/client/file_reader.cpp index 73d5de21f11..408650bda90 100644 --- a/yt/cpp/mapreduce/client/file_reader.cpp +++ b/yt/cpp/mapreduce/client/file_reader.cpp @@ -61,7 +61,7 @@ TStreamReaderBase::~TStreamReaderBase() = default; TYPath TStreamReaderBase::Snapshot(const TYPath& path) { - return NYT::Snapshot(RawClient_, ClientRetryPolicy_, Context_, ReadTransaction_->GetId(), path); + return NYT::Snapshot(RawClient_, ClientRetryPolicy_, ReadTransaction_->GetId(), path); } TString TStreamReaderBase::GetActiveRequestId() const |
