Skip to content

Commit

Permalink
_change_version is back
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAbati committed Dec 4, 2024
1 parent 9a1f741 commit 2121c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_spark_like/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __narwhals_namespace__(self) -> SparkLikeNamespace:
def __narwhals_lazyframe__(self) -> Self:
return self

def _change_dtypes(self, version: Version) -> Self:
def _change_version(self, version: Version) -> Self:
return self.__class__(
self._native_frame, backend_version=self._backend_version, version=version
)
Expand Down

0 comments on commit 2121c40

Please sign in to comment.