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: add base file records' in-memory size to FileStats #140

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

xushiyan
Copy link
Member

Description

Extract parquet's row groups size bytes info and save it in hudi core model FileStats.

How are the changes test-covered

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

@xushiyan xushiyan added feature python Related to Python codebase rust Related to Rust codebase labels Sep 15, 2024
@xushiyan xushiyan added this to the release-0.2.0 milestone Sep 15, 2024
Copy link

codecov bot commented Sep 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.79%. Comparing base (ce8f902) to head (96665a5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   87.77%   87.79%   +0.01%     
==========================================
  Files          14       14              
  Lines         728      729       +1     
==========================================
+ Hits          639      640       +1     
  Misses         89       89              

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

@xushiyan xushiyan changed the title feat: provide base file's size_bytes via FileStats feat: add base file records' in-memory size to FileStats Sep 15, 2024
@xushiyan xushiyan merged commit 2981486 into apache:main Sep 15, 2024
10 checks passed
@xushiyan xushiyan deleted the add-bytesize branch September 15, 2024 05:16
@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
feature python Related to Python codebase rust Related to Rust codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant