Skip to content

Conversation

@lbhm
Copy link
Collaborator

@lbhm lbhm commented Sep 19, 2025

What changes are proposed in this pull request?

#1287 extended the return type of StructType::fields with new traits that #1266 did not pick up for the newly introduced StructType::into_fields. This PR fixes that.

This PR affects the following public APIs

This PR extends the return type of the public API StructType::into_fields. Since we are only adding additional traits to the return type, all existing use cases should continue to work.

How was this change tested?

Refactoring only - existing tests verify correctness.

@lbhm lbhm requested review from Fokko and scovich September 19, 2025 06:19
@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.23%. Comparing base (6e600d7) to head (d591fc8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1327      +/-   ##
==========================================
+ Coverage   84.22%   84.23%   +0.01%     
==========================================
  Files         111      111              
  Lines       27495    27497       +2     
  Branches    27495    27497       +2     
==========================================
+ Hits        23158    23163       +5     
+ Misses       3204     3203       -1     
+ Partials     1133     1131       -2     

☔ 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.

@Fokko
Copy link
Collaborator

Fokko commented Sep 19, 2025

Great catch @lbhm

Copy link
Collaborator

@scovich scovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@zachschuermann zachschuermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@zachschuermann zachschuermann merged commit e9a4565 into delta-io:main Sep 19, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants