Skip to content

Commit

Permalink
Fix: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky1999 committed Oct 1, 2024
1 parent 77995c1 commit eb659e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def iceberg_truncate(self, w: int) -> Series:
class SeriesListNamespace(SeriesNamespace):
def lengths(self) -> Series:
warnings.warn(
"This function will be deprecated from Daft version >= 0.3.5! Instead, please use 'Expression.list.length'",
"This function will be deprecated from Daft version >= 0.3.5! Instead, please use 'length'",
category=DeprecationWarning,
)

Expand Down

0 comments on commit eb659e1

Please sign in to comment.