Skip to content

Commit

Permalink
build(deps): bump datafusion-common from 37.1.0 to 38.0.0
Browse files Browse the repository at this point in the history
Bumps [datafusion-common](https://github.com/apache/datafusion) from 37.1.0 to 38.0.0.
- [Changelog](https://github.com/apache/datafusion/blob/main/.github_changelog_generator)
- [Commits](apache/datafusion@37.1.0...38.0.0)

---
updated-dependencies:
- dependency-name: datafusion-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 7d4a40c commit bf89e94
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 15 deletions.
59 changes: 45 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tokio = { version = "1.35", features = ["macros", "rt", "rt-multi-thread", "sync
rand = "0.8"
pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py38"] }
datafusion = { version = "37.1.0", features = ["pyarrow", "avro", "unicode_expressions"] }
datafusion-common = { version = "37.1.0", features = ["pyarrow"] }
datafusion-common = { version = "38.0.0", features = ["pyarrow"] }
datafusion-expr = "37.1.0"
datafusion-functions-array = "37.1.0"
datafusion-optimizer = "37.1.0"
Expand Down

0 comments on commit bf89e94

Please sign in to comment.