thisisnic commented on a change in pull request #11306:
URL: https://github.com/apache/arrow/pull/11306#discussion_r724897453
##########
File path: r/R/util.R
##########
@@ -66,6 +66,11 @@ r_symbolic_constants <- c(
)
is_function <- function(expr, name) {
+ # We could have a quosure here if we have an expression like
+ # `sum({{ var }})`
Review comment:
```suggestion
# We could have a quosure here if we have an expression like `sum({{ var
}})`
```
##########
File path: r/R/util.R
##########
@@ -66,6 +66,11 @@ r_symbolic_constants <- c(
)
is_function <- function(expr, name) {
+ # We could have a quosure here if we have an expression like
+ # `sum({{ var }})`
Review comment:
```suggestion
# We could have a quosure here if we have an expression like `sum({{ var
}})`
```
--
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]