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

fix: panics when creating delta tables in threads #2940

Merged
merged 1 commit into from
Oct 11, 2024

fix race condition

c813ab7
Select commit
Loading
Failed to load commit list.
Merged

fix: panics when creating delta tables in threads #2940

fix race condition
c813ab7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

72.45% (+0.01%) compared to ef4e4a3

View this Pull Request on Codecov

72.45% (+0.01%) compared to ef4e4a3

Details

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 72.45%. Comparing base (ef4e4a3) to head (c813ab7).

Files with missing lines Patch % Lines
python/src/utils.rs 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2940      +/-   ##
==========================================
+ Coverage   72.43%   72.45%   +0.01%     
==========================================
  Files         131      131              
  Lines       40545    40542       -3     
  Branches    40545    40542       -3     
==========================================
+ Hits        29369    29373       +4     
+ Misses       9293     9292       -1     
+ Partials     1883     1877       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.