Browse Source

KIKIMR-19139 Bugfix iterator double return

kungasc 1 year ago
parent
commit
c0f6b17889
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ydb/core/tablet_flat/flat_part_iter_multi.h

+ 0 - 2
ydb/core/tablet_flat/flat_part_iter_multi.h

@@ -656,8 +656,6 @@ namespace NTable {
             // Save an estimate for MaxVersion
             MaxVersion = rowVersion;
             return EReady::Data;
-
-            return Exhausted();
         }
 
         using TPartGroupRowIt::IsValid;