Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-16964: [C++] TSAN error in asof-join-node tests (apache#13639)
Converted `total_batches_` and `batches_processed_` to atomic variables since they are accessed simultaneously by the input received and process threads. This was leading to a TSAN failure as described in the JIRA. Authored-by: Weston Pace <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information