You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/23 19:30:37 UTC

[GitHub] [arrow] nealrichardson commented on pull request #13090: ARROW-15622: [R] Implement union_all and union for arrow_dplyr_query

nealrichardson commented on PR #13090:
URL: https://github.com/apache/arrow/pull/13090#issuecomment-1135060385

   > Not sure why, but I find I must use the fully qualified name `dplyr::union` or else will get an error.
   
   Probably namespace collision: 
   
   ```
   > union
   function (x, y) 
   {
       u <- as.vector(x)
       v <- as.vector(y)
       unique(c(u, v))
   }
   <bytecode: 0x1290ae500>
   <environment: namespace:base>
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org