romainfrancois commented on pull request #10730: URL: https://github.com/apache/arrow/pull/10730#issuecomment-908465941
The `AltrepArrayPrimitive` class now marks the altrep object as immutable. This makes this "a bad idea" to call ` Dataptr(writeable = TRUE)` on it, and it should rather be accessed read-only. However, if we make this an error, this fails in many many places, including `identical()` so we can't do that. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org