diff options
author | dakovalkov <dakovalkov@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
commit | 397f301c06c5151db26f37c548b97e3f30dcceea (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /build/rules/contrib_restricted.policy | |
parent | b1375e869a0058e8f583ffd2c09d284203db1c2a (diff) | |
download | ydb-397f301c06c5151db26f37c548b97e3f30dcceea.tar.gz |
Restoring authorship annotation for <dakovalkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/contrib_restricted.policy')
-rw-r--r-- | build/rules/contrib_restricted.policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index 514c466729..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -29,9 +29,9 @@ ALLOW clickhouse -> contrib/restricted/fast_float # because it the best best open source hash table framework (swiss hash tables, hash functions) ALLOW clickhouse -> contrib/restricted/abseil-cpp -# TurboBase64 is a fast vectorized library for encoding/decoding base64. -ALLOW clickhouse -> contrib/restricted/turbo_base64 - +# TurboBase64 is a fast vectorized library for encoding/decoding base64. +ALLOW clickhouse -> contrib/restricted/turbo_base64 + # For HBase client: CONTRIB-1790 ALLOW passport/infra -> contrib/restricted/thrift |