diff options
| author | mikhnenko <[email protected]> | 2025-10-09 17:28:15 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2025-10-09 18:23:37 +0300 |
| commit | 35c6c5d296631b3d56d495d6db27e675d2fe10dc (patch) | |
| tree | 0c08b3a8d78fc8c9ecc92833abbccb2f85497adb /yql/essentials/udfs/common/string/string_udf.cpp | |
| parent | 1f3c5d9ef7754fe7dcb5bb20de17358a423c58a2 (diff) | |
Mute some checks improved in clang-tidy20 in yql
Original errors you can see [here](https://nda.ya.ru/t/OlFnpgnP7L8aiS
commit_hash:54941c5afadf626d30f5a9ab60de7b29ab625926
Diffstat (limited to 'yql/essentials/udfs/common/string/string_udf.cpp')
| -rw-r--r-- | yql/essentials/udfs/common/string/string_udf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/string/string_udf.cpp b/yql/essentials/udfs/common/string/string_udf.cpp index 6574bacbeea..6f6d6ac59a6 100644 --- a/yql/essentials/udfs/common/string/string_udf.cpp +++ b/yql/essentials/udfs/common/string/string_udf.cpp @@ -568,7 +568,7 @@ BEGIN_SIMPLE_STRICT_ARROW_UDF_OPTIONS(TAsciiContainsIgnoreCase, bool(TOptional<c END_SIMPLE_ARROW_UDF(TAsciiContainsIgnoreCase, TAsciiContainsIgnoreCaseKernelExec::Do); -BEGIN_SIMPLE_STRICT_ARROW_UDF(T_yql_AsciiContainsIgnoreCase, bool(TOptional<char*>, char*)) +BEGIN_SIMPLE_STRICT_ARROW_UDF(T_yql_AsciiContainsIgnoreCase, bool(TOptional<char*>, char*)) // NOLINT(readability-identifier-naming) { Y_UNUSED(valueBuilder); return AsciiContainsIgnoreCaseImpl(args); |
