ablack3 commented on issue #32705:
URL: https://github.com/apache/arrow/issues/32705#issuecomment-1479925028

   Thanks @thisisnic. As long as there is an option I can set to keep the 
current behavior I shouldn't have any issues. I have a more pedagogical 
question about [type 
stability](https://vctrs.r-lib.org/articles/stability.html#definitions) though. 
   <img width="587" alt="image" 
src="https://user-images.githubusercontent.com/10227522/226977021-345c2384-73ba-4d17-905b-7de2f53d75d8.png";>
   
   
   When we say "knowing only the input types" does that mean you know the exact 
input types or just some of the input types. In S3 an object can have multiple 
classes and dplyr `tbl` use several classes.
   
   For example currently `pull` returns a vector when the first argument is any 
`tbl`. 
   But after this change `pull` will return a vector when the first argument is 
`tbl_dbi` but not for any `tbl`.
   
   This is purely a learning opportunity for me and perhaps this question 
belongs on a forum rather than github.
   
   


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