Skip to content

Commit c70bfaa

Browse files
Snapshot updates for rcc-smoke (null) (#2165)
Co-authored-by: krlmlr <[email protected]>
1 parent b753ea6 commit c70bfaa

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

tests/testthat/_snaps/filter-dm.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Condition
66
Warning:
77
The `table` argument of `dm_filter()` is deprecated as of dm 1.0.0.
8-
`dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
8+
i `dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
99
Output
1010
-- Metadata --------------------------------------------------------------------
1111
Tables: `tf_1`, `tf_2`, `tf_3`, `tf_4`, `tf_5`, `tf_6`
@@ -19,10 +19,10 @@
1919
Condition
2020
Warning:
2121
The `dm` argument of `dm_filter()` is deprecated as of dm 1.0.0.
22-
Please use the `.dm` argument instead.
22+
i Please use the `.dm` argument instead.
2323
Warning:
2424
The `table` argument of `dm_filter()` is deprecated as of dm 1.0.0.
25-
`dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
25+
i `dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
2626
Output
2727
-- Metadata --------------------------------------------------------------------
2828
Tables: `tf_1`, `tf_2`, `tf_3`, `tf_4`, `tf_5`, `tf_6`
@@ -36,7 +36,7 @@
3636
Condition
3737
Warning:
3838
The `table` argument of `dm_filter()` is deprecated as of dm 1.0.0.
39-
`dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
39+
i `dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
4040
Output
4141
-- Metadata --------------------------------------------------------------------
4242
Tables: `tf_1`, `tf_2`, `tf_3`, `tf_4`, `tf_5`, `tf_6`
@@ -48,7 +48,7 @@
4848
Condition
4949
Warning:
5050
`dm_apply_filters()` was deprecated in dm 1.0.0.
51-
Calling `dm_apply_filters()` after `dm_filter()` is no longer necessary.
51+
i Calling `dm_apply_filters()` after `dm_filter()` is no longer necessary.
5252
Output
5353
-- Metadata --------------------------------------------------------------------
5454
Tables: `tf_1`, `tf_2`, `tf_3`, `tf_4`, `tf_5`, `tf_6`
@@ -60,7 +60,7 @@
6060
Condition
6161
Warning:
6262
The `table` argument of `dm_filter()` is deprecated as of dm 1.0.0.
63-
`dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
63+
i `dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
6464
Output
6565
# A tibble: 3 x 4
6666
c d e e1
@@ -73,7 +73,7 @@
7373
Condition
7474
Warning:
7575
`dm_apply_filters_to_tbl()` was deprecated in dm 1.0.0.
76-
Access tables directly after `dm_filter()`.
76+
i Access tables directly after `dm_filter()`.
7777
Output
7878
# A tibble: 3 x 4
7979
c d e e1
@@ -86,7 +86,7 @@
8686
Condition
8787
Warning:
8888
The `table` argument of `dm_filter()` is deprecated as of dm 1.0.0.
89-
`dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
89+
i `dm_filter()` now takes named filter expressions, the names correspond to the tables to be filtered. You no longer need to call `dm_apply_filters()` to materialize the filters.
9090
Output
9191
# A tibble: 1 x 3
9292
table filter zoomed
@@ -97,10 +97,10 @@
9797
Condition
9898
Warning:
9999
`dm_get_filters()` was deprecated in dm 1.0.0.
100-
Filter conditions are no longer stored with the dm object.
100+
i Filter conditions are no longer stored with the dm object.
101101
Output
102102
# A tibble: 0 x 3
103-
# ... with 3 variables: table <chr>, filter <list>, zoomed <lgl>
103+
# i 3 variables: table <chr>, filter <list>, zoomed <lgl>
104104

105105
# data structure
106106

@@ -223,9 +223,6 @@
223223
Code
224224
dm_for_filter_rev() %>% dm_filter(tf_1 = a < 8 & a > 3) %>% dm_get_tables() %>%
225225
map(harmonize_tbl)
226-
Condition
227-
Warning:
228-
Autoincrementing columns not yet supported for DuckDB, these won't be set in the remote database but are preserved in the `dm`
229226
Output
230227
$tf_6
231228
# A tibble: 2 x 3

0 commit comments

Comments
 (0)