Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jan 22, 2025
1 parent 7f8380a commit ef4bca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/tx/columnshard/engines/changes/general_compaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace NKikimr::NOlap::NCompaction {

class TPortionToMerge;

class TGeneralCompactColumnEngineChanges: public TCompactColumnEngineChanges,
public NColumnShard::TMonitoringObjectsCounter<TGeneralCompactColumnEngineChanges> {
private:
Expand Down
2 changes: 2 additions & 0 deletions ydb/core/tx/columnshard/engines/changes/merge_subset.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <ydb/core/formats/arrow/arrow_filter.h>
#include <ydb/core/formats/arrow/common/container.h>
#include <ydb/core/tx/columnshard/engines/portions/read_with_blobs.h>
#include <ydb/core/tx/columnshard/engines/portions/write_with_blobs.h>
#include <ydb/core/tx/columnshard/engines/scheme/versions/filtered_scheme.h>

namespace NKikimr::NOlap::NCompaction {
Expand Down

0 comments on commit ef4bca3

Please sign in to comment.