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: support MOR read-optimized query #259

Merged
merged 4 commits into from
Jan 22, 2025

Conversation

xushiyan
Copy link
Member

Description

Add a read config hoodie.read.use.read_optimized.mode to allow performing read-optimized queries for MOR table.

Closes #79

How are the changes test-covered

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

@xushiyan xushiyan added this to the release-0.3.0 milestone Jan 22, 2025
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

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

Project coverage is 91.31%. Comparing base (b658a98) to head (ecf1974).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/table/mod.rs 72.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
- Coverage   91.62%   91.31%   -0.32%     
==========================================
  Files          40       40              
  Lines        1935     1946      +11     
==========================================
+ Hits         1773     1777       +4     
- Misses        162      169       +7     

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

@xushiyan xushiyan merged commit af997b7 into apache:main Jan 22, 2025
9 of 10 checks passed
@xushiyan xushiyan deleted the read-optimized-mode branch January 22, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MoR read optimized query
1 participant