Skip to content

chore: Update DataFusion to v46.0.0#3

Closed
lizardoluis wants to merge 6 commits intomainfrom
datafusion46
Closed

chore: Update DataFusion to v46.0.0#3
lizardoluis wants to merge 6 commits intomainfrom
datafusion46

Conversation

@lizardoluis
Copy link
Copy Markdown
Collaborator

No description provided.

@lizardoluis lizardoluis requested a review from gruuya March 13, 2025 17:22
Comment on lines +483 to +489
let file_source = if let Some(physical_predicate) = physical_predicate.clone() {
Arc::new(
ParquetSource::default().with_predicate(Arc::clone(&file_schema), physical_predicate),
)
} else {
Arc::new(ParquetSource::default())
};
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Please double check if this is the proper way of creating this file_source.

Comment on lines +577 to +585
let delete_file_source =
if let Some(physical_predicate) = physical_predicate.clone() {
Arc::new(ParquetSource::default().with_predicate(
Arc::clone(&delete_file_schema),
physical_predicate,
))
} else {
Arc::new(ParquetSource::default())
};
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Check here too please

@lizardoluis
Copy link
Copy Markdown
Collaborator Author

lizardoluis commented Mar 20, 2025

Closing this because I opened the same upstream

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.

3 participants