You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "thisisnic (via GitHub)" <gi...@apache.org> on 2023/07/13 10:28:51 UTC

[GitHub] [arrow] thisisnic commented on issue #36658: [R] Passing `NULL` through a function to `col_select` in `read_parquet()` results in no columns being returned

thisisnic commented on issue #36658:
URL: https://github.com/apache/arrow/issues/36658#issuecomment-1633979533

   In effect, I think what is going on here is that you need to pass in the value of the `col_select` variable, rather than the variable itself.  The injection operator (`!!`) does this for you.  You can read more about it in the rlang docs: https://rlang.r-lib.org/reference/topic-inject.html#injecting-with-


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