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 af3e758 commit 8b53421Copy full SHA for 8b53421
cpp/src/arrow/acero/backpressure_test.cc
@@ -31,7 +31,7 @@ class MonitorBackpressureControl : public acero::BackpressureControl {
31
};
32
33
TEST(BackpressureCombiner, Basic) {
34
- std::atomic<bool> paused;
+ std::atomic<bool> paused{false};
35
BackpressureCombiner combiner(std::make_unique<MonitorBackpressureControl>(paused));
36
37
BackpressureCombiner::Source weak_source1(&combiner, false);
0 commit comments