Skip to content

Commit ba14f4c

Browse files
Include suggestion
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
1 parent 0689cbc commit ba14f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/acero/backpressure.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "arrow/acero/exec_plan.h"
2020

2121
namespace arrow::acero {
22+
2223
BackpressureController::BackpressureController(ExecNode* node, ExecNode* output,
2324
std::atomic<int32_t>& backpressure_counter)
2425
: node_(node), output_(output), backpressure_counter_(backpressure_counter) {}

0 commit comments

Comments
 (0)