jmcarcell opened a new pull request, #50975: URL: https://github.com/apache/arrow/pull/50975
Related to #47207. ## Summary - Define `InputState::Make` after `AsofJoinNode` is complete, so C++23 can perform the `AsofJoinNode*` to `ExecNode*` conversion in `BackpressureController` construction. ## Testing - `cmake --build cpp/build-clang22-cxx23-release --target arrow_acero_static --parallel 2` (Clang 22.1.8, Release, C++23) - `clang-format --dry-run --Werror cpp/src/arrow/acero/asof_join_node.cc` - `git diff --check` ## AI assistance Codex drafted the source-ordering change. I reviewed the one-file change and verified it with the C++23 Release build above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
