nealrichardson commented on issue #45300:
URL: https://github.com/apache/arrow/issues/45300#issuecomment-2608542419

   > For some reason, that read function also sets the "class" attribute of the 
object to their original value of "data.table". So R recognizes it as a 
data.table even when not really created as is.
   
   We remove some attributes in a few places for classes that get stored 
differently, like in 
https://github.com/apache/arrow/blob/main/r/R/metadata.R#L240-L258. We could 
also prune the "data.table" class if that's more correct--would you like to 
make a pull request to 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to