diff options
author | komels <komels@ydb.tech> | 2023-12-08 09:49:15 +0300 |
---|---|---|
committer | komels <komels@ydb.tech> | 2023-12-08 10:33:45 +0300 |
commit | c47f199e3a1629a3b0a82811bb2f95cba4b633d1 (patch) | |
tree | 777f81cf8b49dc3ade389acb169d76e250ad5b2d /.mapping.json | |
parent | 58f95f0c7d92b1ec514c855893a4caf45fb430fe (diff) | |
download | ydb-c47f199e3a1629a3b0a82811bb2f95cba4b633d1.tar.gz |
Partition direct read
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 32f3b89e9e..f6384adc5f 100644 --- a/.mapping.json +++ b/.mapping.json @@ -5824,6 +5824,13 @@ "ydb/core/persqueue/config/CMakeLists.linux-x86_64.txt":"", "ydb/core/persqueue/config/CMakeLists.txt":"", "ydb/core/persqueue/config/CMakeLists.windows-x86_64.txt":"", + "ydb/core/persqueue/dread_cache_service/CMakeLists.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.darwin-arm64.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.linux-aarch64.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.linux-x86_64.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.txt":"", + "ydb/core/persqueue/dread_cache_service/ut/CMakeLists.windows-x86_64.txt":"", "ydb/core/persqueue/events/CMakeLists.darwin-arm64.txt":"", "ydb/core/persqueue/events/CMakeLists.darwin-x86_64.txt":"", "ydb/core/persqueue/events/CMakeLists.linux-aarch64.txt":"", |