Skip to content

Commit

Permalink
Merge 34680bd into 778f3e8
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Aug 22, 2024
2 parents 778f3e8 + 34680bd commit 5fa661c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/normalizer/abstract/abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ enum class ENormalizerSequentialId: ui32 {
PortionsMetadata,
CleanGranuleId,
EmptyPortionsCleaner,
GCCounters,

MAX
};
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/normalizer/tablet/gc_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TGCCountersNormalizer: public TNormalizationController::INormalizerCompone
}

virtual std::optional<ENormalizerSequentialId> DoGetEnumSequentialId() const override {
return {};
return ENormalizerSequentialId::GCCounters;
}

virtual TString GetClassName() const override {
Expand Down

0 comments on commit 5fa661c

Please sign in to comment.