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

chore: Prepare for DataFusion 47.0.0 #1563

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

The next DataFusion release will be here in a few weeks. We should start getting ready.

What changes are included in this PR?

How are these changes tested?

/// Unlike `map_batch` this method also preserves the columns that
/// may not appear in the final output (`projected_table_schema`) but may
/// appear in push down predicates
fn map_partial_batch(&self, batch: RecordBatch) -> datafusion::common::Result<RecordBatch> {
Copy link
Member Author

Choose a reason for hiding this comment

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

map_partial_batch has been removed in DataFusion

Copy link
Member Author

Choose a reason for hiding this comment

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

@mbutrovich @parthchandra fyi, I am not sure of the impact, but I figured I would first see if any tests fail in CI

@andygrove andygrove changed the title chore: Prepare for update to DataFusion 47 chore: Prepare for DataFusion 47.0.0 Mar 21, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.40%. Comparing base (f09f8af) to head (e5e49d9).
Report is 98 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1563      +/-   ##
============================================
+ Coverage     56.12%   58.40%   +2.27%     
- Complexity      976      985       +9     
============================================
  Files           119      122       +3     
  Lines         11743    12214     +471     
  Branches       2251     2280      +29     
============================================
+ Hits           6591     7133     +542     
+ Misses         4012     3949      -63     
+ Partials       1140     1132       -8     

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

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.

2 participants