Skip to content

Commit 7cd294d

Browse files
fix
1 parent 6c14aa4 commit 7cd294d

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/engines/reader/simple_reader/iterator

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/scanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void TScanHead::OnSourceReady(const std::shared_ptr<IDataSource>& source, std::s
3636
break;
3737
}
3838
if (!isFinished) {
39-
break
39+
break;
4040
}
4141
AFL_VERIFY(FetchingSourcesByIdx.erase(frontSource->GetSourceIdx()));
4242
if (Context->GetCommonContext()->GetReadMetadata()->Limit) {

0 commit comments

Comments
 (0)