Skip to content

Commit

Permalink
apacheGH-35868: [C++] Occasional TSAN failure on asof-join-node-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpsw committed Jun 4, 2023
1 parent f44f768 commit 0ceff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/asof_join_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class KeyHasher {
size_t index_;
std::vector<col_index_t> indices_;
std::vector<KeyColumnMetadata> metadata_;
const RecordBatch* batch_;
std::atomic<const RecordBatch*> batch_;
std::vector<HashType> hashes_;
LightContext ctx_;
std::vector<KeyColumnArray> column_arrays_;
Expand Down

0 comments on commit 0ceff4d

Please sign in to comment.