Skip to content

fix: block_in_place to allow nested tasks #3324

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

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

ion-elgreco
Copy link
Collaborator

@ion-elgreco ion-elgreco force-pushed the fix/nested_runtime_panic branch from d385421 to eb173c3 Compare March 14, 2025 11:05
@github-actions github-actions bot added the binding/python Issues for the Python package label Mar 14, 2025
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

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

Project coverage is 72.17%. Comparing base (6437e7a) to head (da8311a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
python/src/filesystem.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3324      +/-   ##
==========================================
- Coverage   72.20%   72.17%   -0.03%     
==========================================
  Files         145      145              
  Lines       45890    45891       +1     
  Branches    45890    45891       +1     
==========================================
- Hits        33135    33122      -13     
- Misses      10667    10668       +1     
- Partials     2088     2101      +13     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com>
@ion-elgreco ion-elgreco force-pushed the fix/nested_runtime_panic branch from 60df213 to da8311a Compare March 23, 2025 15:38
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 24, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 24, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 24, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 24, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 26, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Mar 26, 2025
Merged via the queue into delta-io:main with commit af042ba Mar 26, 2025
28 checks passed
@ion-elgreco ion-elgreco deleted the fix/nested_runtime_panic branch March 26, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime panic in new streaming writer: Cannot start a runtime from within a runtime
2 participants