aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2025-01-08 11:46:01 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2025-01-08 12:00:07 +0300
commit3fc1283674dcb8058e09fff851b9bcc35a4fe21b (patch)
treef1671b4b9f18a386fdc6f6529c80b4f38164b42b
parentdad03bdb32d62b668f5880b78c88b7eccbe7835f (diff)
downloadydb-3fc1283674dcb8058e09fff851b9bcc35a4fe21b.tar.gz
YT-23616: Add ReadFile method RPC implementation
commit_hash:32904fe88304194b5acc75f5de589b2ce7f1dc50
-rw-r--r--yt/cpp/mapreduce/raw_client/raw_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/raw_client/raw_client.h b/yt/cpp/mapreduce/raw_client/raw_client.h
index 6dc7a9dc8b..b581681bd8 100644
--- a/yt/cpp/mapreduce/raw_client/raw_client.h
+++ b/yt/cpp/mapreduce/raw_client/raw_client.h
@@ -210,6 +210,7 @@ public:
const TSkyShareTableOptions& options = {}) override;
// Files
+
std::unique_ptr<IInputStream> ReadFile(
const TTransactionId& transactionId,
const TRichYPath& path,