Skip to content

Commit

Permalink
add kwargs to filter _from_call_
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Jan 12, 2025
1 parent 4ed3393 commit bdff28e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions narwhals/_spark_like/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ def _filter(
return self._from_call(
_filter,
"filter",
predicates=predicates,
constraints=constraints,
returns_scalar=self._returns_scalar,
)

Expand Down

0 comments on commit bdff28e

Please sign in to comment.