Skip to content

Conversation

@ericpsimon
Copy link
Contributor

Summary

This PR consolidates multiple Dependabot PRs into a single update to simplify the review and merge process.

Dependency Updates

Package Old Version New Version
datafusion 48.0.1 50.3.0
arrow 55.2 56.2
parquet 55.2 56.2
criterion 0.7 0.8.1
opentelemetry 0.30 0.31
opentelemetry_sdk 0.30 0.31
tracing-opentelemetry 0.31 0.32
datafusion-table-providers 0.6.3 0.8.2
tokio 1.48.0 1.49.0 (via Cargo.lock)

Notes

  • arrow, parquet, and object_store kept at versions compatible with datafusion 50.3.0 to avoid type conflicts between crate versions
  • bincode 3.0.0 skipped - the release contains a compile_error! placeholder and is not usable
  • Code changes: Updated logging.rs to fix tracing-opentelemetry 0.32 compatibility (removed deprecated PreSampledTracer trait bound from an already-disabled function)

Closes

Test plan

  • cargo build passes
  • cargo test --all-features passes
  • cargo clippy -- -D warnings passes
  • cargo fmt applied

🤖 Generated with Claude Code

This commit consolidates multiple Dependabot PRs into a single update:

- datafusion: 48.0.1 → 50.3.0
- arrow: 55.2 → 56.2 (aligned with datafusion)
- parquet: 55.2 → 56.2 (aligned with datafusion)
- criterion: 0.7 → 0.8.1
- opentelemetry: 0.30 → 0.31
- opentelemetry_sdk: 0.30 → 0.31
- tracing-opentelemetry: 0.31 → 0.32
- datafusion-table-providers: 0.6.3 → 0.8.2
- tokio: patch update via Cargo.lock

Notes:
- arrow, parquet, and object_store kept at versions compatible with
  datafusion 50.3.0 to avoid type conflicts
- bincode 3.0.0 skipped as it contains a compile error placeholder
- Updated logging.rs to fix tracing-opentelemetry 0.32 compatibility
  (removed deprecated PreSampledTracer trait bound)

Closes: #62, #63, #65, #66, #67, #68, #69, #70, #71

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ericpsimon ericpsimon force-pushed the 01-07-chore_deps_consolidate_dependency_updates branch from 8792033 to ce6d280 Compare January 7, 2026 17:43
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