diff options
author | v-a-zolotov <v-a-zolotov@yandex-team.com> | 2024-11-21 06:15:31 +0300 |
---|---|---|
committer | v-a-zolotov <v-a-zolotov@yandex-team.com> | 2024-11-21 06:26:38 +0300 |
commit | fedafa631a696950518e56d4c463dca8014ad701 (patch) | |
tree | 869632992502d7db7e9db18b6772dbd67b241124 /yt/cpp/mapreduce/interface/common.h | |
parent | 97e1725f1ab6026dfbe6b8d26955ab3f75279f0d (diff) | |
download | ydb-fedafa631a696950518e56d4c463dca8014ad701.tar.gz |
Added cluster field to TRichYPath
Add cluster field to TRichYPath
### Changelog entry
Type: feature
Component: cpp-sdk
commit_hash:eff6ccc4add04d64520c427c194424913ea2dfc4
Diffstat (limited to 'yt/cpp/mapreduce/interface/common.h')
-rw-r--r-- | yt/cpp/mapreduce/interface/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/common.h b/yt/cpp/mapreduce/interface/common.h index d8365c32c0..76df343e68 100644 --- a/yt/cpp/mapreduce/interface/common.h +++ b/yt/cpp/mapreduce/interface/common.h @@ -1129,6 +1129,9 @@ struct TRichYPath /// Specifies columnar mapping which will be applied to columns before transfer to job. FLUENT_FIELD_OPTION(TRenameColumnsDescriptor, RenameColumns); + /// Specifies cluster for the YPath + FLUENT_FIELD_OPTION(TString, Cluster); + /// Create empty path with no attributes TRichYPath() { } |