We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d918742 commit b588656Copy full SHA for b588656
1 file changed
cpp/src/arrow/acero/accumulation_queue.h
@@ -145,7 +145,7 @@ class ARROW_ACERO_EXPORT SerialSequencingQueue {
145
/// Wrapper for processor with backpressure
146
///
147
/// This wrapper adds backpressure logic acting on number of sequenced batches.
148
- // Also batches are Processes on new scheduled tasks. The tasks will be scheduled on
+ // Also batches are Processed on new scheduled tasks. The tasks will be scheduled on
149
/// IO executor when requires_io==true.
150
static std::unique_ptr<Processor> MakeBackpressureWrapper(Processor* processor,
151
BackpressureHandler handler,
0 commit comments