Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Aug 19, 2024
1 parent 860f849 commit 108c337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integ/test_reduce_describe_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def setup(request, session):
lambda df: df.limit(2),
lambda df: df.filter(col("a") > 2).sort(col("a").desc()).limit(2),
lambda df: df.sample(0.5),
lambda df: df.sample(0.5).filter(col("a") > 2),
lambda df: df.filter(col("a") > 2).sample(0.5),
],
)
def test_schema_no_change(session, action):
Expand Down

0 comments on commit 108c337

Please sign in to comment.