rtpsw commented on code in PR #34392:
URL: https://github.com/apache/arrow/pull/34392#discussion_r1195519765
##########
cpp/src/arrow/acero/asof_join_node.cc:
##########
@@ -688,14 +825,19 @@ class InputState {
// Not updated. Try to update and possibly advance.
bool advanced, updated = false;
+ OnType latest_time;
Review Comment:
This just exposes `latest_time` outside the loop, for code just after it.
Its type is unchanged.
--
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]