diff options
author | ignat <ignat@yandex-team.com> | 2025-02-05 00:17:03 +0300 |
---|---|---|
committer | ignat <ignat@yandex-team.com> | 2025-02-05 00:34:14 +0300 |
commit | c1014edad0dcf5233c816eaf3397fad095dcc38e (patch) | |
tree | 1025b74c0f3f72a3e1fa5f1eb5ef7201ccd8c5d5 | |
parent | 1d3a2ad4d84833c167ed27f73380d69d26b3bc6e (diff) | |
download | ydb-c1014edad0dcf5233c816eaf3397fad095dcc38e.tar.gz |
Move max_inline_hunk_size proto option to yt/
commit_hash:2e5d10ac170a0c0d0e150c3cf40206f4c40c1092
-rw-r--r-- | yt/yt_proto/yt/formats/extension.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/formats/extension.proto b/yt/yt_proto/yt/formats/extension.proto index 80a529ba95..6b34717390 100644 --- a/yt/yt_proto/yt/formats/extension.proto +++ b/yt/yt_proto/yt/formats/extension.proto @@ -91,6 +91,8 @@ extend google.protobuf.FieldOptions repeated EWrapperFieldFlag.Enum flags = 56788; optional string column_name = 56789; optional string key_column_name = 56790; + // TODO(ignat): use consistent tag number. + optional uint64 max_inline_hunk_size = 60130; } extend google.protobuf.MessageOptions |