diff options
author | nsofya <nsofya@ydb.tech> | 2023-10-31 09:12:00 +0300 |
---|---|---|
committer | nsofya <nsofya@ydb.tech> | 2023-10-31 09:47:41 +0300 |
commit | 8539276d5bbb1415019bb85b92f2be4d31be67a9 (patch) | |
tree | c4820a4b2e951ee5f3294ce1f1df2bf87d3fe353 /.mapping.json | |
parent | 6abc4a33e4a6d705f718946517829a7357b777ef (diff) | |
download | ydb-8539276d5bbb1415019bb85b92f2be4d31be67a9.tar.gz |
Normalize chunks data
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 7de9cea3ec..0f316b9da1 100644 --- a/.mapping.json +++ b/.mapping.json @@ -5456,6 +5456,11 @@ "ydb/core/tx/columnshard/normalizer/granule/CMakeLists.linux-x86_64.txt":"", "ydb/core/tx/columnshard/normalizer/granule/CMakeLists.txt":"", "ydb/core/tx/columnshard/normalizer/granule/CMakeLists.windows-x86_64.txt":"", + "ydb/core/tx/columnshard/normalizer/portion/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-aarch64.txt":"", + "ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-x86_64.txt":"", + "ydb/core/tx/columnshard/normalizer/portion/CMakeLists.txt":"", + "ydb/core/tx/columnshard/normalizer/portion/CMakeLists.windows-x86_64.txt":"", "ydb/core/tx/columnshard/operations/CMakeLists.darwin-x86_64.txt":"", "ydb/core/tx/columnshard/operations/CMakeLists.linux-aarch64.txt":"", "ydb/core/tx/columnshard/operations/CMakeLists.linux-x86_64.txt":"", |