HyukjinKwon opened a new pull request, #37553:
URL: https://github.com/apache/spark/pull/37553

   ### What changes were proposed in this pull request?
   
   This PR switches the deprecated API `write_arrow(..., raw())` to use 
`write_to_raw`. This is exactly the same behaviour/replacement.
   
   ### Why are the changes needed?
   
   `write_arrow` is removed out from Arrow 9.0.0 in R Array library.
   
   Note that `write_to_raw` has existed from Arrow 0.17.0 so I expect this is a 
safe change.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, users can use R Arrow 9.0.0.
   
   ### How was this patch tested?
   
   Ci in this PR should test it out.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to