Skip to content

Commit

Permalink
chore(deps): update datafusion to v42 (major) (#853)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [datafusion](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |
| [datafusion-common](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |
| [datafusion-execution](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |
| [datafusion-expr](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |
| [datafusion-physical-expr](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |
| [datafusion-physical-plan](https://datafusion.apache.org)
([source](https://github.com/apache/datafusion)) |
workspace.dependencies | major | `41.0.0` -> `42.0.0` |

---

### Release Notes

<details>
<summary>apache/datafusion (datafusion)</summary>

###
[`v42.0.0`](https://github.com/apache/datafusion/compare/41.0.0...42.0.0)

[Compare
Source](https://github.com/apache/datafusion/compare/41.0.0...42.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Will Manning <[email protected]>
  • Loading branch information
renovate[bot] and lwwmanning committed Sep 17, 2024
1 parent f0c27d4 commit 13fcc93
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 52 deletions.
96 changes: 58 additions & 38 deletions Cargo.lock

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

20 changes: 6 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ clap = "4.5.13"
criterion = { version = "0.5.1", features = ["html_reports"] }
croaring = "2.0.0"
csv = "1.3.0"
datafusion = "41.0.0"
datafusion-common = "41.0.0"
datafusion-execution = "41.0.0"
datafusion-expr = "41.0.0"
datafusion-physical-expr = "41.0.0"
datafusion-physical-plan = "41.0.0"
datafusion = "42.0.0"
datafusion-common = "42.0.0"
datafusion-execution = "42.0.0"
datafusion-expr = "42.0.0"
datafusion-physical-expr = "42.0.0"
datafusion-physical-plan = "42.0.0"
divan = "0.1.14"
duckdb = "1.0.0"
enum-iterator = "2.0.0"
Expand Down Expand Up @@ -159,14 +159,6 @@ worker = "0.4.0"
xshell = "0.2.6"
zigzag = "0.1.0"

[patch.crates-io]
datafusion = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }
datafusion-common = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }
datafusion-execution = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }
datafusion-expr = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }
datafusion-physical-expr = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }
datafusion-physical-plan = { git = 'https://github.com/apache/datafusion.git', rev = "6034be42808b43e3f48f6e58ec38cc35fa253abb" }

[workspace.lints.rust]
warnings = "deny"
unsafe_op_in_unsafe_fn = "deny"
Expand Down

0 comments on commit 13fcc93

Please sign in to comment.