matthewmturner commented on pull request #1208:
URL: https://github.com/apache/arrow-datafusion/pull/1208#issuecomment-956509346


   @pjmore no problem, thanks for explanation. i think i understand better. To 
confirm, it's because `col` is an immutable reference to `left` or `right` and 
not the actual boxed value within those that it doesnt work?
   
   ill admit im still a little confused why `col` cant be copied and 
`left`/`right` can - but ill just need to dig more into rust's ownership rules 
for that.
   
   i'll revert to the old implementation for now.


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