Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator-app[bot] authored Dec 21, 2023
1 parent 10b30dd commit 3f8b583
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
6 changes: 5 additions & 1 deletion tests/testthat/_snaps/bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
Warning:
`dm_bind()` was deprecated in dm 1.0.0.
i Please use `dm()` instead.
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Output
All `dm` objects need to share the same `src`.
could not find function "ddl_check_table_names"

# output

Expand Down
17 changes: 14 additions & 3 deletions tests/testthat/_snaps/dm.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,15 @@
Code
writeLines(conditionMessage(expect_error(dm(dm_for_flatten(),
dm_for_filter_duckdb()))))
Condition
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Output
All `dm` objects need to share the same `src`.
i In index: 2.
Caused by error in `ddl_check_table_names()`:
! could not find function "ddl_check_table_names"

# output for dm() with dm

Expand Down Expand Up @@ -338,8 +345,12 @@
Code
dm_for_filter_duckdb() %>% compute(temporary = FALSE)
Condition
Error in `compute()`:
! `compute.dm()` does not support `temporary = FALSE`.
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Error in `ddl_check_table_names()`:
! could not find function "ddl_check_table_names"

# output

Expand Down

0 comments on commit 3f8b583

Please sign in to comment.