Skip to content

Commit

Permalink
RavenDB-20325 : handle TimeSeriesDeletedRanges in StreamSource.SkipTy…
Browse files Browse the repository at this point in the history
…peAsync
  • Loading branch information
aviv committed Jun 19, 2024
1 parent afa5b3c commit 52583b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raven.Server/Smuggler/Documents/StreamSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ public async Task<long> SkipTypeAsync(DatabaseItemType type, Action<long> onSkip
case DatabaseItemType.Counters:
#pragma warning restore 618
case DatabaseItemType.CounterGroups:
case DatabaseItemType.TimeSeriesDeletedRanges:
return await SkipArrayAsync(onSkipped, null, token);

case DatabaseItemType.TimeSeries:
Expand Down

0 comments on commit 52583b4

Please sign in to comment.