Commit 47face2
chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.0 to 7.2.2 (#612)
Bumps
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go)
from 7.2.0 to 7.2.2.
<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.2.2 (2025-12-14)</h1>
<h3>Bug fixes</h3>
<ul>
<li>correctly handle differing <code>any</code> types in fn invocation
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/180">#180</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/579861e290363a09304916963ddc61a8e7873698">579861e</a>)</li>
</ul>
<h1>v7.2.1 (2025-12-07)</h1>
<h3>Bug fixes</h3>
<ul>
<li>correctly handle UDT literals with structure (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/171">#171</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/940d2ba467a0870a973b43be466593eeeadfd387">940d2ba</a>)</li>
<li>correctly validate misaligned any1, any2, etc. (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/173">#173</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/9897edaf90a281a97b8c76fc9f25dfda0d84cead">9897eda</a>)
<blockquote>
<p>bump to substrait 0.78.1</p>
</blockquote>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/579861e290363a09304916963ddc61a8e7873698"><code>579861e</code></a>
fix: correctly handle differing <code>any</code> types in fn invocation
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/180">#180</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/940d2ba467a0870a973b43be466593eeeadfd387"><code>940d2ba</code></a>
fix: correctly handle UDT literals with structure (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/171">#171</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/9897edaf90a281a97b8c76fc9f25dfda0d84cead"><code>9897eda</code></a>
fix: correctly validate misaligned any1, any2, etc. (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/173">#173</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/e1b6c47d5bf699b2edf42a20bf9f6210433b575e"><code>e1b6c47</code></a>
Update UserDefinedType reference only if it is
ParameterizedUserDefinedType (...</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v7.2.0...v7.2.2">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
Co-authored-by: Matt Topol <zotthewizard@gmail.com>1 parent bb9d77a commit 47face2
3 files changed
+39
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
142 | | - | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
| |||
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
| |||
515 | 518 | | |
516 | 519 | | |
517 | 520 | | |
518 | | - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
519 | 530 | | |
520 | 531 | | |
521 | 532 | | |
| |||
578 | 589 | | |
579 | 590 | | |
580 | 591 | | |
581 | | - | |
| 592 | + | |
582 | 593 | | |
583 | 594 | | |
584 | | - | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
585 | 606 | | |
586 | 607 | | |
587 | 608 | | |
| |||
607 | 628 | | |
608 | 629 | | |
609 | 630 | | |
610 | | - | |
| 631 | + | |
611 | 632 | | |
612 | 633 | | |
613 | 634 | | |
614 | 635 | | |
615 | | - | |
| 636 | + | |
616 | 637 | | |
617 | 638 | | |
618 | 639 | | |
| |||
| 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 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments