diff options
author | sabdenovch <sabdenovch@yandex-team.com> | 2024-10-09 21:35:06 +0300 |
---|---|---|
committer | sabdenovch <sabdenovch@yandex-team.com> | 2024-10-09 21:45:49 +0300 |
commit | 7ec4e4a90eae9c0014caed319fa58fc97aa16946 (patch) | |
tree | 74a01ac96af19dd2cd8b8d4f1687c4a1ec68058f /yt/yt_proto | |
parent | de6957daca83db4933f2cfe6cf8cbf8751449fe9 (diff) | |
download | ydb-7ec4e4a90eae9c0014caed319fa58fc97aa16946.tar.gz |
YT-22867: Change unfolding index API
Also changes store metadata, which is actually the main raison d’etre for this PR.
commit_hash:1ac4986ea5869045c9d76055dbee2b3af1c06613
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto index 54321bcc96..7f3bae6c0a 100644 --- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto +++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto @@ -1445,6 +1445,7 @@ message TIndexInfo required NYT.NProto.TGuid index_table_id = 1; required int32 index_kind = 2; // NTableClient::ESecondaryIndexKind optional string predicate = 3; + optional string unfolded_column = 4; } message TReqGetTableMountInfo |