Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Feb 5, 2024
1 parent ad79891 commit 3a3069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def to_ray(self) -> ray.data.dataset.Dataset:
return ray.data.from_arrow(self.to_arrow())

def to_daft(self) -> daft.DataFrame:
"""Reads a Daft DataFrame lazily from this Iceberg table
"""Read a Daft DataFrame lazily from this Iceberg table.
Returns:
daft.DataFrame: Unmaterialized Daft Dataframe created from the Iceberg table
Expand Down

0 comments on commit 3a3069a

Please sign in to comment.