Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] implement timeout for parquet reader #2322

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

samster25
Copy link
Member

  • This implements a file level timeout for parquet reader into pyarrow with a default of 15 minutes.

@github-actions github-actions bot added the enhancement New feature or request label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

Attention: Patch coverage is 53.33333% with 7 lines in your changes are missing coverage. Please review.

Please upload report for BASE (main@06b00a6). Learn more about missing BASE report.
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2322   +/-   ##
=======================================
  Coverage        ?   79.11%           
=======================================
  Files           ?      471           
  Lines           ?    54412           
  Branches        ?        0           
=======================================
  Hits            ?    43046           
  Misses          ?    11366           
  Partials        ?        0           
Files Coverage Δ
daft/table/table.py 57.23% <ø> (ø)
src/daft-parquet/src/python.rs 57.55% <100.00%> (ø)
src/daft-parquet/src/lib.rs 50.00% <0.00%> (ø)
src/daft-parquet/src/read.rs 68.92% <50.00%> (ø)

@samster25 samster25 merged commit 51451f9 into main May 29, 2024
44 checks passed
@samster25 samster25 deleted the sammy/parquet-timeout branch May 29, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant