Skip to content

Commit

Permalink
add schema to non_child_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Feb 27, 2025
1 parent 8a4619c commit c966377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ class MergeSorted(IR):
"""Merge sorted operation."""

__slots__ = ("key",)
_non_child = ("key",)
_non_child = ("schema", "key")
key: str
"""Key that is sorted."""

Expand Down

0 comments on commit c966377

Please sign in to comment.