Skip to content

Commit

Permalink
Added docstrings to pyiceberg/table/inspect.py for better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayatri Kate committed Jan 17, 2025
1 parent 14a607a commit f71235c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiceberg/table/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,3 +829,4 @@ def all_manifests(self) -> "pa.Table":
lambda args: self._generate_manifests_table(*args), [(snapshot, True) for snapshot in snapshots]
)
return pa.concat_tables(manifests_by_snapshots)

0 comments on commit f71235c

Please sign in to comment.