Skip to content

Commit

Permalink
delete empty files (#11237)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Nov 5, 2024
1 parent ee3d56f commit cd279f5
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 34 deletions.
1 change: 0 additions & 1 deletion ydb/core/tx/columnshard/engines/column_features.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions ydb/core/tx/columnshard/engines/column_features.h

This file was deleted.

10 changes: 0 additions & 10 deletions ydb/core/tx/columnshard/engines/columns_table.h

This file was deleted.

1 change: 0 additions & 1 deletion ydb/core/tx/columnshard/engines/index_info.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions ydb/core/tx/columnshard/engines/index_info.h

This file was deleted.

2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/engines/predicate/container.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "container.h"
#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
#include <ydb/library/actors/core/log.h>

namespace NKikimr::NOlap {
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/engines/predicate/range.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include "container.h"

#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
#include <ydb/core/tx/columnshard/engines/portions/portion_info.h>

namespace NKikimr::NOlap {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ydb/core/formats/arrow/accessor/plain/accessor.h>
#include <ydb/core/formats/arrow/arrow_helpers.h>
#include <ydb/core/formats/arrow/serializer/native.h>
#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
#include <ydb/core/tx/columnshard/engines/portions/write_with_blobs.h>
#include <ydb/core/tx/columnshard/engines/storage/chunks/column.h>
#include <ydb/core/tx/columnshard/splitter/batch_slice.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "abstract_scheme.h"

#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>

namespace NKikimr::NOlap {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "abstract_scheme.h"

#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>

namespace NKikimr::NOlap {

Expand Down
5 changes: 0 additions & 5 deletions ydb/core/tx/columnshard/engines/tier_info.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions ydb/core/tx/columnshard/engines/tier_info.h

This file was deleted.

2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/engines/ut/ut_program.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <ydb/core/tx/columnshard/engines/index_info.h>
#include <ydb/core/tx/columnshard/engines/scheme/index_info.h>
#include <ydb/core/tx/columnshard/engines/reader/plain_reader/constructor/resolver.h>

#include <ydb/core/tx/columnshard/test_helper/columnshard_ut_common.h>
Expand Down
3 changes: 0 additions & 3 deletions ydb/core/tx/columnshard/engines/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ LIBRARY()
SRCS(
column_engine_logs.cpp
column_engine.cpp
column_features.cpp
db_wrapper.cpp
index_info.cpp
filter.cpp
tier_info.cpp
defs.cpp
)

Expand Down

0 comments on commit cd279f5

Please sign in to comment.