Skip to content

Commit e83efe6

Browse files
committed
force sort in pivot test
1 parent 4706f25 commit e83efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/scala/test_dataframe_aggregate_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_pivot_snow_1869802_repro(session):
6363
Utils.check_answer(
6464
df.pivot(pivot_col="_2", values=["A", "B"]).function("min")("_3"),
6565
[Row(1, 10, 0), Row(2, 11, 12)],
66-
False,
66+
True,
6767
)
6868

6969

0 commit comments

Comments
 (0)