Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c0aae99

Browse files
committed
test: improve unit test coverage for the windows compiler
1 parent ba93b5b commit c0aae99

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/unit/core/compile/sqlglot/test_compile_window.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ def test_compile_window_w_groupby_rolling(scalar_types_df: bpd.DataFrame, snapsh
4646
snapshot.assert_match(result.sql, "out.sql")
4747

4848

49-
def test_compile_window_w_min_periods(scalar_types_df: bpd.DataFrame, snapshot):
50-
bf_df = scalar_types_df[["int64_col"]].sort_index()
51-
result = bf_df.expanding(min_periods=3).sum()
52-
snapshot.assert_match(result.sql, "out.sql")
53-
54-
5549
def test_compile_window_w_range_rolling(compiler_session, snapshot):
5650
values = np.arange(20)
5751
pd_df = pd.DataFrame(

0 commit comments

Comments
 (0)