Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Feb 5, 2024
1 parent b3826a3 commit ad79891
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 @@ -1381,7 +1381,7 @@ def to_ray(self) -> ray.data.dataset.Dataset:
import ray

return ray.data.from_arrow(self.to_arrow())

def to_daft(self) -> daft.DataFrame:
"""Reads a Daft DataFrame lazily from this Iceberg table
Expand Down

0 comments on commit ad79891

Please sign in to comment.