Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into remove-offset
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jun 4, 2024
2 parents 9ffb62a + d3db31d commit cf3cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/sql/test_miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_frame_sql_globals_error() -> None:
FROM df2 JOIN df1 ON df1.a = df2.a
ORDER BY b DESC
"""
with pytest.raises(ComputeError, match=".*not found.*"):
with pytest.raises(SQLInterfaceError, match=".*not found.*"):
df1.sql(query=query)

res = pl.sql(query=query, eager=True)
Expand Down

0 comments on commit cf3cd37

Please sign in to comment.