diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-28 19:03:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-28 20:14:00 +0300 |
commit | 335a34806fa89350d3b8c1e9683314499616826c (patch) | |
tree | b01a56a4bb4f7c2c47ce8c3e87a1132cd43f9b18 /yt | |
parent | 10771af7a3c8c46305042f827c94eab4a2ba9a70 (diff) | |
download | ydb-335a34806fa89350d3b8c1e9683314499616826c.tar.gz |
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r-- | yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h index 01fc5299d3..237fa0abbe 100644 --- a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h +++ b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h @@ -34,6 +34,7 @@ TYPath CreateTestDirectory(const IClientBasePtr& client); TString GenerateRandomData(size_t size, ui64 seed = 42); TVector<TNode> ReadTable(const IClientBasePtr& client, const TString& tablePath); +void WriteTable(const IClientBasePtr& client, const TString& tablePath, const std::vector<TNode>& rowList); //////////////////////////////////////////////////////////////////////////////// |