mpimenov opened a new issue, #40069:
URL: https://github.com/apache/arrow/issues/40069

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I use an ```arrow::compute::literal``` in my parquet reading pipeline and 
get ThreadSanitizer reports about this code:
   
https://github.com/apache/arrow/blob/c23a097965b5c626cbc91b229c76a6c13d36b4e8/cpp/src/arrow/array/data.cc#L288-L290
   
   If I am reading it right, this results in issuing write instructions during 
what would seem to be read-only accesses, and this indeed looks racy.
   
   ### Component(s)
   
   C++, Parquet


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to