Commit acd5a53
authored
chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.1 to 8.1.0 (#776)
Bumps
[github.com/substrait-io/substrait-go/v8](https://github.com/substrait-io/substrait-go)
from 8.0.1 to 8.1.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/v8's
releases</a>.</em></p>
<blockquote>
<h1>v8.1.0 (2026-04-19)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>plan</code></strong> add ExtensionTable method to
Builder interface (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/228">#228</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/d9ff1cca6ae21ef67f432c2d257bdefedeb07907">d9ff1cc</a>)</li>
<li><strong><code>parser</code></strong> update to Substrait v0.87.0
with enum arg support (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/222">#222</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/0de3c9f7eb8c61878bf64a05076ed7f5478a9cf9">0de3c9f</a>)</li>
</ul>
<h3>Changes to the build process or auxiliary tools and libraries such
as documentation generation</h3>
<ul>
<li><strong><code>deps</code></strong> remove use of deprecated
gopkg.in/yaml/v3 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/230">#230</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/df2a4a29844f58dc5e7a98d58e56591ef412153b">df2a4a2</a>)</li>
<li><strong><code>deps</code></strong> use tagged versions of
dependencies (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/229">#229</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/507336638b2a9146aa86bfff9d14194241a30833">5073366</a>)</li>
<li><strong><code>deps</code></strong> remove use of deprecated
golang.org/x/exp/slices (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/231">#231</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/bdcbc170ebfa14d2e637d0609d4ba16443e796ae">bdcbc17</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/507336638b2a9146aa86bfff9d14194241a30833"><code>5073366</code></a>
chore(deps): use tagged versions of dependencies (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/229">#229</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/bdcbc170ebfa14d2e637d0609d4ba16443e796ae"><code>bdcbc17</code></a>
chore(deps): remove use of deprecated golang.org/x/exp/slices (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/231">#231</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/df2a4a29844f58dc5e7a98d58e56591ef412153b"><code>df2a4a2</code></a>
chore(deps): remove use of deprecated gopkg.in/yaml/v3 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/230">#230</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/d9ff1cca6ae21ef67f432c2d257bdefedeb07907"><code>d9ff1cc</code></a>
feat(plan): add ExtensionTable method to Builder interface (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/228">#228</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/0de3c9f7eb8c61878bf64a05076ed7f5478a9cf9"><code>0de3c9f</code></a>
feat(parser): update to Substrait v0.87.0 with enum arg support (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/222">#222</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v8.0.1...v8.1.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 a97bd0b commit acd5a53
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| 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