rtpsw commented on PR #34392:
URL: https://github.com/apache/arrow/pull/34392#issuecomment-1535793004

   > Perhaps we can find an approach that is more general and less specific to 
the asof join node?
   
   The design of `DebugSync` should be reusable in other nodes with simple 
modifications, which are basically:
   - Move the `GetDebugStream` and `GetDebugMutex` methods to `ExecNode`.
   - Take an `ExecNode` instead of an `AsofJoinNode` in the constructor of 
`DebugSync` and in the `GetDebugStream` and `GetDebugMutex` global functions.
   
   We could do that as part of a follow-up PR.


-- 
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]

Reply via email to