amoeba commented on issue #40624:
URL: https://github.com/apache/arrow/issues/40624#issuecomment-2048650526

   Hey @xtimbeau, I can't reproduce this, I get,
   
   ```r
   > arrow::open_dataset("/tmp/test/")  |> collect()  # crashes
   Error in `arrow::open_dataset()`:
   ! Type error: Unable to merge: Field g has incompatible types: double vs 
int32
   ```
   
   I wonder if this is related to what's crashing your session in 
https://github.com/apache/arrow/issues/40627. Similar to that one, attaching a 
debugger as in 
https://arrow.apache.org/docs/r/articles/developers/debugging.html#running-r-code-with-the-c-debugger-attached
 would be the best next step here.


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