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

Add empty columns to chunked node group if needed during COPY #4882

Merged
merged 5 commits into from
Feb 14, 2025

Make extra columns have capacity 0

eba79fa
Select commit
Loading
Failed to load commit list.
Merged

Add empty columns to chunked node group if needed during COPY #4882

Make extra columns have capacity 0
eba79fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 14, 2025 in 0s

86.51% (target 80.00%)

View this Pull Request on Codecov

86.51% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.51%. Comparing base (a88d57e) to head (eba79fa).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4882   +/-   ##
=======================================
  Coverage   86.50%   86.51%           
=======================================
  Files        1403     1403           
  Lines       60629    60661   +32     
  Branches     7460     7461    +1     
=======================================
+ Hits        52447    52480   +33     
+ Misses       8013     8012    -1     
  Partials      169      169           

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