Commit 56ba929
authored
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 />
[](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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments