Skip to content

Commit 56ba929

Browse files
chore: Bump github.com/substrait-io/substrait-go/v7 from 7.4.0 to 7.5.0 (#682)
Bumps [github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go) from 7.4.0 to 7.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/substrait-io/substrait-go/releases">github.com/substrait-io/substrait-go/v7's releases</a>.</em></p> <blockquote> <h1>v7.5.0 (2026-03-01)</h1> <h3>Features</h3> <ul> <li>add <code>ParameterizedFuncType</code> support to <code>unwrapAnyTypeWithName</code> for higher-order function type resolution (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/202">#202</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/8179602deae69faf305fb29de4076a10975b59f1">8179602</a>) <blockquote> <p>Adds a missing <code>*ParameterizedFuncType</code> case to <code>unwrapAnyTypeWithName</code> in <code>types/any_type.go</code>, enabling type resolution for higher-order functions (HOFs) that use parameterized function types in their YAML definitions</p> </blockquote> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substrait-io/substrait-go/commit/8179602deae69faf305fb29de4076a10975b59f1"><code>8179602</code></a> feat: add <code>ParameterizedFuncType</code> support to <code>unwrapAnyTypeWithName</code> for high...</li> <li>See full diff in <a href="https://github.com/substrait-io/substrait-go/compare/v7.4.0...v7.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/substrait-io/substrait-go/v7&package-manager=go_modules&previous-version=7.4.0&new-version=7.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb0a62f commit 56ba929

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/pterm/pterm v0.12.83
3838
github.com/stoewer/go-strcase v1.3.1
3939
github.com/stretchr/testify v1.11.1
40-
github.com/substrait-io/substrait-go/v7 v7.4.0
40+
github.com/substrait-io/substrait-go/v7 v7.5.0
4141
github.com/substrait-io/substrait-protobuf/go v0.81.0
4242
github.com/tidwall/sjson v1.2.5
4343
github.com/zeebo/xxh3 v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
154154
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
155155
github.com/substrait-io/substrait v0.81.0 h1:0E+0cCOAlCupfKRH85KVf7R4zrODLMP29NoVY3zSYiU=
156156
github.com/substrait-io/substrait v0.81.0/go.mod h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
157-
github.com/substrait-io/substrait-go/v7 v7.4.0 h1:I8VRblvZeDCMQV13eAzVTyyzoRACSwsK4Bh4p+qCjNc=
158-
github.com/substrait-io/substrait-go/v7 v7.4.0/go.mod h1:hWZ349MkCNRPMY0WZ9Mo+a+VGeda/x5bGMOl+rIZI1M=
157+
github.com/substrait-io/substrait-go/v7 v7.5.0 h1:85G60D/TBZ9yTqgnYHxky75WJZG4eBDQzLlX/Grva4U=
158+
github.com/substrait-io/substrait-go/v7 v7.5.0/go.mod h1:hWZ349MkCNRPMY0WZ9Mo+a+VGeda/x5bGMOl+rIZI1M=
159159
github.com/substrait-io/substrait-protobuf/go v0.81.0 h1:/qC1XYKuO4oPdTwLYySuVZ6rq7xVS4E7U07Dcgm4+6U=
160160
github.com/substrait-io/substrait-protobuf/go v0.81.0/go.mod h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
161161
github.com/tidwall/gjson v1.14.2 h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=

0 commit comments

Comments
 (0)