Skip to content

Commit 06b46e3

Browse files
authored
fix: fix a test failure of pivot_wider (#351)
1 parent 6d752bf commit 06b46e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/_snaps/pivot_wider-lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
---> FAILED HERE RESOLVING THIS_NODE <---
3030
AGGREGATE[maintain_order: false]
31-
[col("val").filter([(col("key")) == ("a")].all_horizontal([[(col("key_2")) == ("c")]])).item(allow_empty=true).alias("{"a","c"}"), col("val").filter([(col("key")) == ("b")].all_horizontal([[(col("key_2")) == ("d")]])).item(allow_empty=true).alias("{"b","d"}")] BY [col("a_c")]
31+
[col("val").filter([(col("key")) ==v ("a")].all_horizontal([[(col("key_2")) ==v ("c")]])).item(allow_empty=true).alias("{"a","c"}"), col("val").filter([(col("key")) ==v ("b")].all_horizontal([[(col("key_2")) ==v ("d")]])).item(allow_empty=true).alias("{"b","d"}")] BY [col("a_c")]
3232
FROM
3333
DF ["a_c", "key", "key_2", "val"]; PROJECT */4 COLUMNS
3434

0 commit comments

Comments
 (0)