Skip to content

Commit cd279f5

Browse files
authored
delete empty files (#11237)
1 parent ee3d56f commit cd279f5

14 files changed

+6
-34
lines changed

ydb/core/tx/columnshard/engines/column_features.cpp

-1
This file was deleted.

ydb/core/tx/columnshard/engines/column_features.h

-2
This file was deleted.

ydb/core/tx/columnshard/engines/columns_table.h

-10
This file was deleted.

ydb/core/tx/columnshard/engines/index_info.cpp

-1
This file was deleted.

ydb/core/tx/columnshard/engines/index_info.h

-3
This file was deleted.

ydb/core/tx/columnshard/engines/predicate/container.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "container.h"
2-
#include <ydb/core/tx/columnshard/engines/index_info.h>
2+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
33
#include <ydb/library/actors/core/log.h>
44

55
namespace NKikimr::NOlap {

ydb/core/tx/columnshard/engines/predicate/range.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
#include "container.h"
33

4-
#include <ydb/core/tx/columnshard/engines/index_info.h>
4+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
55
#include <ydb/core/tx/columnshard/engines/portions/portion_info.h>
66

77
namespace NKikimr::NOlap {

ydb/core/tx/columnshard/engines/scheme/versions/abstract_scheme.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <ydb/core/formats/arrow/accessor/plain/accessor.h>
44
#include <ydb/core/formats/arrow/arrow_helpers.h>
55
#include <ydb/core/formats/arrow/serializer/native.h>
6-
#include <ydb/core/tx/columnshard/engines/index_info.h>
6+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
77
#include <ydb/core/tx/columnshard/engines/portions/write_with_blobs.h>
88
#include <ydb/core/tx/columnshard/engines/storage/chunks/column.h>
99
#include <ydb/core/tx/columnshard/splitter/batch_slice.h>

ydb/core/tx/columnshard/engines/scheme/versions/filtered_scheme.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "abstract_scheme.h"
44

5-
#include <ydb/core/tx/columnshard/engines/index_info.h>
5+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
66

77
namespace NKikimr::NOlap {
88

ydb/core/tx/columnshard/engines/scheme/versions/snapshot_scheme.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "abstract_scheme.h"
44

5-
#include <ydb/core/tx/columnshard/engines/index_info.h>
5+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
66

77
namespace NKikimr::NOlap {
88

ydb/core/tx/columnshard/engines/tier_info.cpp

-5
This file was deleted.

ydb/core/tx/columnshard/engines/tier_info.h

-3
This file was deleted.

ydb/core/tx/columnshard/engines/ut/ut_program.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <ydb/core/tx/columnshard/engines/index_info.h>
1+
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
22
#include <ydb/core/tx/columnshard/engines/reader/plain_reader/constructor/resolver.h>
33

44
#include <ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h>

ydb/core/tx/columnshard/engines/ya.make

-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ LIBRARY()
77
SRCS(
88
column_engine_logs.cpp
99
column_engine.cpp
10-
column_features.cpp
1110
db_wrapper.cpp
12-
index_info.cpp
1311
filter.cpp
14-
tier_info.cpp
1512
defs.cpp
1613
)
1714

0 commit comments

Comments
 (0)