Commits


rtpsw authored and GitHub committed e39386bbba7
GH-35837: [C++] Acero will hang if StopProducing is called while backpressure is applied on the source node (#35902) ### What changes are included in this PR? The stopping logic for `SourceNode` now ensures the node is first resumed. ### Are these changes tested? Yes. A new `source_node_test` tester is added for this. ### Are there any user-facing changes? No. **This PR contains a "Critical Fix".** * Closes: #35837 Authored-by: Yaron Gvili <rtpsw@hotmail.com> Signed-off-by: Li Jin <ice.xelloss@gmail.com>