Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent 697ca2c commit 63243e1
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 37 deletions.
211 changes: 175 additions & 36 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 @@ -40,7 +40,7 @@ pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py38"]
datafusion = { version = "35.0.0", features = ["pyarrow", "avro"] }
datafusion-common = { version = "35.0.0", features = ["pyarrow"] }
datafusion-expr = "35.0.0"
datafusion-optimizer = "35.0.0"
datafusion-optimizer = "36.0.0"
datafusion-sql = "35.0.0"
datafusion-substrait = { version = "35.0.0", optional = true }
prost = "0.12"
Expand Down

0 comments on commit 63243e1

Please sign in to comment.