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

Release 0.7.0 #716

Merged
merged 5 commits into from
Feb 25, 2025
Merged

Release 0.7.0 #716

merged 5 commits into from
Feb 25, 2025

Conversation

zachschuermann
Copy link
Collaborator

release 0.7.0

Copy link
Collaborator

@nicklan nicklan left a comment

Choose a reason for hiding this comment

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

lgtm with one nit. thanks!

CHANGELOG.md Outdated
- Adds a new `scan::state::transform_to_logical` function that encapsulates the boilerplate of applying the transform expression
- Removes `scan_action_iter` API and `logical_to_physical` API
- Removes `column_mapping_mode` from `GlobalScanState`
- ffi: Removes `add_partition_columns` in arrow.c
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit, this isn't an "ffi" change, it's a change in the example program

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ah yep good catch thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i made the changes to arrow.c as 'read-table example' changes and the other bullet as FFI

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.03%. Comparing base (363256b) to head (896da63).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #716      +/-   ##
==========================================
+ Coverage   84.01%   84.03%   +0.02%     
==========================================
  Files          77       77              
  Lines       18063    18063              
  Branches    18063    18063              
==========================================
+ Hits        15175    15179       +4     
+ Misses       2167     2165       -2     
+ Partials      721      719       -2     

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

@github-actions github-actions bot added the breaking-change Change that will require a version bump label Feb 24, 2025
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.

:shipit:

@zachschuermann zachschuermann removed the breaking-change Change that will require a version bump label Feb 25, 2025
Copy link
Collaborator

@OussamaSaoudi OussamaSaoudi left a comment

Choose a reason for hiding this comment

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

looks good, thanks!

@zachschuermann
Copy link
Collaborator Author

included that last change to make everything green: Make having need_arrow + no arrow a compiler error

@zachschuermann zachschuermann merged commit 8b5e06d into delta-io:main Feb 25, 2025
21 checks passed
@zachschuermann zachschuermann deleted the release-0.7.0 branch February 25, 2025 02:26
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