feat: Bump DataFusion to 53.1.0#160
Conversation
|
@codex pls review |
|
Codex Review: Didn't find any major issues. Swish! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@claude pls review |
|
Claude finished @mwiewior's task in 2m 12s —— View job PR Review: feat: Bump DataFusion to 53.1.0Todo List:
SummaryThis PR upgrades DataFusion from 50.3.0 → 53.1.0 (a 3-major-version jump), along with Arrow 56.1.0 → 58.3.0. The changes are largely mechanical API adaptations required by breaking changes in the DataFusion 51–53 release series, plus a pinned rev update for all Observations✅ Correct mechanical adaptations
if stats.column_statistics.len() != self.join_schema.fields().len() {
stats.column_statistics = Statistics::unknown_column(self.join_schema.as_ref());
}
Parquet API changes (
|
No description provided.