diff options
author | jullak <jullak@yandex-team.ru> | 2022-02-10 16:52:19 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:19 +0300 |
commit | 17cc9319858039165190bf730ccbafcfd36f64e8 (patch) | |
tree | 34b34cf60a15980f169ebc3672c4cf1e631f735c | |
parent | 96f0404238906a52f40b5114cdfb9fe0dc63d836 (diff) | |
download | ydb-17cc9319858039165190bf730ccbafcfd36f64e8.tar.gz |
Restoring authorship annotation for <jullak@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | ydb/library/yql/udfs/common/string/string_udf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/udfs/common/string/string_udf.cpp b/ydb/library/yql/udfs/common/string/string_udf.cpp index c468215090b..8305fd0dbaf 100644 --- a/ydb/library/yql/udfs/common/string/string_udf.cpp +++ b/ydb/library/yql/udfs/common/string/string_udf.cpp @@ -139,7 +139,7 @@ namespace { #define STRING_UNSAFE_UDF_MAP(XX) \ XX(Base64Decode, Base64Decode) \ - XX(Base64StrictDecode, Base64StrictDecode) \ + XX(Base64StrictDecode, Base64StrictDecode) \ XX(HexDecode, HexDecode) #define STROKA_CASE_UDF_MAP(XX) \ |