Skip to content

Commit

Permalink
fix import build (ydb-platform#8769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Sep 5, 2024
1 parent 25320f6 commit 0923723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/operations/manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class TLockFeatures: TMoveOnly {

void SetBroken() {
SharingInfo->Broken = 1;
SharingInfo->InternalGenerationCounter = TSysTables::TLocksTable::TLock::ESetErrors::ErrorBroken;
SharingInfo->InternalGenerationCounter = (ui64)TSysTables::TLocksTable::TLock::ESetErrors::ErrorBroken;
}

bool IsBroken() const {
Expand Down

0 comments on commit 0923723

Please sign in to comment.