Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps github.com/substrait-io/substrait-go/v7 from 7.2.2 to 7.3.0.

Release notes

Sourced from github.com/substrait-io/substrait-go/v7's releases.

v7.3.0 (2026-02-08)

Features

  • add lambda expression support (#183) (f73d2a2)

    Adds lambda expression support:

    • Represent lambdas natively with ability to build them with validation
    • Consume lambdas from protobuf (validation not yet implemented)
    • Parse FuncType from extension YAML (enables functions_list.yaml)
  • update substrait-go to substrait v0.79.0 (#194) (ba40d10)

Bug fixes

  • resolve polymorphic types in struct, map, and UDT return types (#185) (2e40a74)

    Fixes the type resolution for polymorphic types (any, any1, any2, etc.) when used inside compound return types like struct<any1>, map<any1, any2>, and u!Wrapper<any1>.

    Previously, ReturnType wasn't passing through funcParams and argTypes to nested types, so polymorphic types couldn't be resolved and would fail with "no matching any type found in function parameters".

Changes to CI/CD

  • remove buf tooling for local protobuf generation (#192) (1c2291f)
Commits
  • f73d2a2 feat: add lambda expression support (#183)
  • 2e40a74 fix: resolve polymorphic types in struct, map, and UDT return types (#185)
  • ba40d10 feat: update substrait-go to substrait v0.79.0 (#194)
  • 1c2291f build: remove buf tooling for local protobuf generation (#192)
  • See full diff in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/substrait-io/substrait-go/releases)
- [Commits](substrait-io/substrait-go@v7.2.2...v7.3.0)

---
updated-dependencies:
- dependency-name: github.com/substrait-io/substrait-go/v7
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 9, 2026
@dependabot dependabot bot requested a review from zeroshade as a code owner February 9, 2026 22:44
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants