Skip to content

Commit cd279f5

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

File tree

14 files changed

+6
-34
lines changed

14 files changed

+6
-34
lines changed

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)