diff options
author | vvvv <vvvv@ydb.tech> | 2023-10-20 14:57:12 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-10-20 15:59:56 +0300 |
commit | b9149c26f5470959b292b4a793e9d24801498fdd (patch) | |
tree | c850a0b7dec73b5e1d6714ba7cd45d4fdc607417 /.mapping.json | |
parent | 94b737e71f7f210914d394f192c49897c80e527d (diff) | |
download | ydb-b9149c26f5470959b292b4a793e9d24801498fdd.tar.gz |
YQL-16880 moved protobuf udf
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 2584dc6721..c4c909f0c9 100644 --- a/.mapping.json +++ b/.mapping.json @@ -8427,6 +8427,11 @@ "ydb/library/yql/udfs/common/pire/CMakeLists.linux-x86_64.txt":"", "ydb/library/yql/udfs/common/pire/CMakeLists.txt":"", "ydb/library/yql/udfs/common/pire/CMakeLists.windows-x86_64.txt":"", + "ydb/library/yql/udfs/common/protobuf/CMakeLists.darwin-x86_64.txt":"", + "ydb/library/yql/udfs/common/protobuf/CMakeLists.linux-aarch64.txt":"", + "ydb/library/yql/udfs/common/protobuf/CMakeLists.linux-x86_64.txt":"", + "ydb/library/yql/udfs/common/protobuf/CMakeLists.txt":"", + "ydb/library/yql/udfs/common/protobuf/CMakeLists.windows-x86_64.txt":"", "ydb/library/yql/udfs/common/re2/CMakeLists.darwin-x86_64.txt":"", "ydb/library/yql/udfs/common/re2/CMakeLists.linux-aarch64.txt":"", "ydb/library/yql/udfs/common/re2/CMakeLists.linux-x86_64.txt":"", @@ -9622,6 +9627,13 @@ "ydb/tests/tools/idx_test/CMakeLists.linux-x86_64.txt":"", "ydb/tests/tools/idx_test/CMakeLists.txt":"", "ydb/tests/tools/idx_test/CMakeLists.windows-x86_64.txt":"", + "yql/CMakeLists.txt":"", + "yql/library/CMakeLists.txt":"", + "yql/library/protobuf_udf/CMakeLists.darwin-x86_64.txt":"", + "yql/library/protobuf_udf/CMakeLists.linux-aarch64.txt":"", + "yql/library/protobuf_udf/CMakeLists.linux-x86_64.txt":"", + "yql/library/protobuf_udf/CMakeLists.txt":"", + "yql/library/protobuf_udf/CMakeLists.windows-x86_64.txt":"", "yt/CMakeLists.txt":"", "yt/cpp/CMakeLists.txt":"", "yt/cpp/mapreduce/CMakeLists.txt":"", |