Skip to content

Commit 9656f9a

Browse files
committed
Pass arrow argument
1 parent 5f7f780 commit 9656f9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/spec-meta-bind-.R

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test_select_bind_expr <- function(
2121
test_expr <- test_select_bind_expr_one$fun(
2222
bind_values = bind_values,
2323
...,
24+
arrow = arrow,
2425
query = query,
2526
has_cast_fun = has_cast_fun
2627
)

R/spec-meta-bind-runner.R

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ test_select_bind_expr_one <- list()
1212
test_select_bind_expr_one$fun <- function(
1313
bind_values,
1414
...,
15+
arrow,
1516
query = TRUE,
1617
has_cast_fun = FALSE,
1718
check_return_value = NULL,

0 commit comments

Comments
 (0)