Commit ac3cd2e
authored
chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.2 to 7.3.0 (#656)
Bumps
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go)
from 7.2.2 to 7.3.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.3.0 (2026-02-08)</h1>
<h3>Features</h3>
<ul>
<li>add lambda expression support (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/183">#183</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/f73d2a2f71d6d30fd5c20c69a5eaeb7f8c6c06a2">f73d2a2</a>)
<blockquote>
<p>Adds lambda expression support:</p>
<ul>
<li>Represent lambdas natively with ability to build them with
validation</li>
<li>Consume lambdas from protobuf (validation not yet implemented)</li>
<li>Parse <code>FuncType</code> from extension YAML (enables
<code>functions_list.yaml</code>)</li>
</ul>
</blockquote>
</li>
<li>update substrait-go to substrait v0.79.0 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/194">#194</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/ba40d1082152f03f499d451e94bfc71f9a90b25e">ba40d10</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>resolve polymorphic types in struct, map, and UDT return types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/185">#185</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/2e40a7475ea2e771f0d018fd6bf9ba37eb7c87b8">2e40a74</a>)
<blockquote>
<p>Fixes the type resolution for polymorphic types (<code>any</code>,
<code>any1</code>, <code>any2</code>,
etc.) when used inside compound return types like
<code>struct<any1></code>,
<code>map<any1, any2></code>, and
<code>u!Wrapper<any1></code>.</p>
<p>Previously, <code>ReturnType</code> wasn't passing through
<code>funcParams</code> and
<code>argTypes</code> to nested types, so polymorphic types couldn't be
resolved
and would fail with "no matching any type found in function
parameters".</p>
</blockquote>
</li>
</ul>
<h3>Changes to CI/CD</h3>
<ul>
<li>remove buf tooling for local protobuf generation (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/192">#192</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/1c2291f89fa1c2115dbf9927f3b839e4ed66b9f9">1c2291f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/f73d2a2f71d6d30fd5c20c69a5eaeb7f8c6c06a2"><code>f73d2a2</code></a>
feat: add lambda expression support (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/183">#183</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/2e40a7475ea2e771f0d018fd6bf9ba37eb7c87b8"><code>2e40a74</code></a>
fix: resolve polymorphic types in struct, map, and UDT return types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/185">#185</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/ba40d1082152f03f499d451e94bfc71f9a90b25e"><code>ba40d10</code></a>
feat: update substrait-go to substrait v0.79.0 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/194">#194</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/1c2291f89fa1c2115dbf9927f3b839e4ed66b9f9"><code>1c2291f</code></a>
build: remove buf tooling for local protobuf generation (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/192">#192</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v7.2.2...v7.3.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 bbf7ab7 commit ac3cd2e
2 files changed
Lines changed: 6 additions & 6 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 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments