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

chore(deps): update substrait requirement from 0.28.0 to 0.29.0 #9942

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2024

Updates the requirements on substrait to permit the latest version.

Release notes

Sourced from substrait's releases.

v0.29.0

New Features (BREAKING)

  • add proto::extensions::SimpleExtensionUri parser Adds a parser for proto::extensions::SimpleExtensionUri that parses the uri and adds the extension to the parse context.

    Breaking change because the parse Context trait gets two new functions to support this:

    • add_simple_extension_uri: this is used to add a simple extensions, the parse context must directly resolve the uri and return the parsed simple extensions - struct stub for that is added in this PR (the parser is TODO).
    • simple_extensions: given an reference (anchor) to a simple extensions - check if this was added to the parse context and return it

Commit Statistics

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

Commit Details

  • #169
    • Add proto::extensions::SimpleExtensionUri parser (332d607)
Changelog

Sourced from substrait's changelog.

0.29.0 (2024-04-03)

New Features (BREAKING)

  • add proto::extensions::SimpleExtensionUri parser Adds a parser for proto::extensions::SimpleExtensionUri that parses the uri and adds the extension to the parse context.

    Breaking change because the parse Context trait gets two new functions to support this:

    • add_simple_extension_uri: this is used to add a simple extensions, the parse context must directly resolve the uri and return the parsed simple extensions - struct stub for that is added in this PR (the parser is TODO).
    • simple_extensions: given an reference (anchor) to a simple extensions - check if this was added to the parse context and return it

Commit Statistics

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

Commit Details

  • #169
    • Add proto::extensions::SimpleExtensionUri parser (332d607)

0.28.1 (2024-04-01)

Chore

... (truncated)

Commits
  • f19ebc2 Release substrait v0.29.0
  • 332d607 feat(parse)!: add proto::extensions::SimpleExtensionUri parser (#169)
  • cddc53d Release substrait v0.28.1
  • 7d80f71 chore(deps,github-actions): bump actions/configure-pages from 4 to 5 (#168)
  • See full diff 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.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@alamb alamb merged commit 202f415 into main Apr 4, 2024
49 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/main/substrait-0.29.0 branch April 4, 2024 16:17
This pull request was closed.
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.

1 participant