jonkeane commented on PR #45346:
URL: https://github.com/apache/arrow/pull/45346#issuecomment-2613257866

   > so data.table was confused to see an object that declared itself to be a 
data.table but that didn't have the pointer attached.
   
   IIUC data.table self-heals in situations like these. You might have a 
performance hit the first time you do something when it recreates the pointer, 
but that's expected with any serialization of data.table (it's not unique to 
arrow or parquet).  @TysonStanley might be able to correct me if I'm off here 
(or advise if there's a better way for this to happen)


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