We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad1b44 commit aed249eCopy full SHA for aed249e
cpp/src/streaming/core/fanout.cpp
@@ -288,8 +288,8 @@ struct UnboundedFanout {
288
return idx != InvalidIdx;
289
});
290
291
- auto it = std::ranges::begin(filtered_view); // first valid idx
292
- auto end = std::ranges::end(filtered_view); // end idx
+ auto it = std::ranges::begin(filtered_view);
+ auto end = std::ranges::end(filtered_view);
293
294
if (it == end) {
295
// no valid indices, so all send tasks are in an invalid state
0 commit comments