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: make partition loading more efficient #152

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

xushiyan
Copy link
Member

@xushiyan xushiyan commented Oct 7, 2024

Description

Fix the partition loading logic such that it

  • does not skip relevant partitions
  • makes file group loading parallelized

#47

How are the changes test-covered

  • N/A
  • Automated tests (unit and/or integration tests)
  • Manual tests
    • Details are described below

@xushiyan xushiyan added bug Something isn't working rust Related to Rust codebase labels Oct 7, 2024
@xushiyan xushiyan added this to the release-0.2.0 milestone Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.10%. Comparing base (65d8ed4) to head (5713556).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
- Coverage   89.32%   89.10%   -0.23%     
==========================================
  Files          15       15              
  Lines         834      835       +1     
==========================================
- Hits          745      744       -1     
- Misses         89       91       +2     

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

@xushiyan xushiyan merged commit 4836a37 into apache:main Oct 7, 2024
10 checks passed
@xushiyan xushiyan deleted the improve-partition-loading branch October 7, 2024 00:29
@xushiyan xushiyan mentioned this pull request Nov 22, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rust Related to Rust codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant