Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update substrait requirement from 0.42 to 0.45 #12918

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Updates the requirements on substrait to permit the latest version.

Release notes

Sourced from substrait's releases.

v0.45.0

Chore (BREAKING)

  • bump substrait from 0.57.1 to 0.58.0 Bumps substrait from fcfdd10 to 683f417.

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #237

Commit Details

  • #237
    • Bump substrait from 0.57.1 to 0.58.0 (3773c12)
Changelog

Sourced from substrait's changelog.

0.45.0 (2024-10-13)

Chore (BREAKING)

  • bump substrait from 0.57.1 to 0.58.0 Bumps substrait from fcfdd10 to 683f417.

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #237

Commit Details

0.44.1 (2024-10-07)

Chore

  • bump once_cell from 1.20.1 to 1.20.2 in the cargo group Bumps the cargo group with 1 update: once_cell.

    Updates once_cell from 1.20.1 to 1.20.2

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #236

Commit Details

... (truncated)

Commits
  • 9807062 Release substrait v0.45.0
  • 3773c12 chore(deps,substrait)!: bump substrait from 0.57.1 to 0.58.0 (#237)
  • 8e760b1 Release substrait v0.44.1
  • cf1e24d chore(deps,cargo): bump once_cell from 1.20.1 to 1.20.2 in the cargo group (#...
  • fdcc694 Release substrait v0.44.0
  • 6cc449e chore(deps,substrait)!: bump substrait from 0.57.0 to 0.57.1 (#235)
  • 823c678 Release substrait v0.43.0
  • 88ed767 chore(deps,substrait)!: bump substrait from 0.56.0 to 0.57.0 (#234)
  • f7a089b Release substrait v0.42.5
  • 26c1d05 chore(deps,cargo): bump the cargo group across 1 directory with 3 updates (#233)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [substrait](https://github.com/substrait-io/substrait-rs) to permit the latest version.
- [Release notes](https://github.com/substrait-io/substrait-rs/releases)
- [Changelog](https://github.com/substrait-io/substrait-rs/blob/main/CHANGELOG.md)
- [Commits](substrait-io/substrait-rs@v0.42.0...v0.45.0)

---
updated-dependencies:
- dependency-name: substrait
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@alamb
Copy link
Contributor

alamb commented Oct 16, 2024

fyi @tokoko @vbarua and @Blizzara

@alamb
Copy link
Contributor

alamb commented Oct 16, 2024

It looks like some of the fields were deprecated

@tokoko
Copy link
Contributor

tokoko commented Oct 16, 2024

I think this should be fine after #12863 merges. Looking through the latest commits in substrait there was another deprecation after grouping expressions in 711, but pretty sure VirtualTable fields aren't used in datafusion, so shouldn't be a problem.

@tokoko
Copy link
Contributor

tokoko commented Oct 16, 2024

my bad... looks like VirtualTable values field is used, but markers introduced in the PR above should be enough to cover that as well.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Looks like substrait is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/main/substrait-0.45 branch October 17, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants