Skip to content

Commit

Permalink
Merge branch 'main' into deprecate-s3-select
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored Aug 8, 2024
2 parents 9710793 + 87acc54 commit e03cdf1
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def _sample_fragments(self) -> list[_SampleInfo]:
sample,
)
)
sample_bar = ProgressBar("Parquet Files Sample", len(futures))
sample_bar = ProgressBar(name="Parquet Files Sample", total=len(futures), unit="file samples")
sample_infos = sample_bar.fetch_until_complete(futures)
sample_bar.close() # type: ignore[no-untyped-call]

Expand Down
Loading

0 comments on commit e03cdf1

Please sign in to comment.