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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   To support IO that calls into R (e.g., using connection objects as 
Input/Output streams), we wrap most our calls to the various file readers in 
`RunWithCapturedR()`. We didn't do this for Parquet because it didn't seem to 
require it; however, it seems that for Parquet files that are large enough we 
actually do ( 
https://stackoverflow.com/questions/76739590/r-arrow-read-parquet-call-to-r-seek-on-r-connection-from-a-non-r-thread-fro
 ).
   
   At least the `ReadTable()` calls below should be wrapped in 
`RunWithCapturedR()` to support this behaviour:
   
   
https://github.com/apache/arrow/blob/b557e85679d7020cd1317262a91f0ee73a6e92e5/r/src/parquet.cpp#L98-L148
   
   ### Component(s)
   
   R


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