This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 730f4ecc chore: Bump github.com/substrait-io/substrait-go/v7 from
7.5.1 to 7.6.0 (#739)
730f4ecc is described below
commit 730f4ecc22ab80fd06b62f70308e2731970845dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 13:25:00 2026 -0400
chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.1 to 7.6.0
(#739)
Bumps
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go)
from 7.5.1 to 7.6.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.6.0 (2026-03-13)</h1>
<h3>Features</h3>
<ul>
<li>upgrade substrait to v0.84.0 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/208">#208</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/6c98a7bffc4ffd9b8074eaf2e39bb521e68fce34">6c98a7b</a>)</li>
<li>add output schema validation (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/207">#207</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/48bbdb43eeccc61c7adfecc3549a1b004fd52fd8">48bbdb4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/48bbdb43eeccc61c7adfecc3549a1b004fd52fd8"><code>48bbdb4</code></a>
feat: add output schema validation (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/207">#207</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/6c98a7bffc4ffd9b8074eaf2e39bb521e68fce34"><code>6c98a7b</code></a>
feat: upgrade substrait to v0.84.0 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/208">#208</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v7.5.1...v7.6.0">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 6 +++---
go.sum | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/go.mod b/go.mod
index 53788c96..c6ce3b7f 100644
--- a/go.mod
+++ b/go.mod
@@ -37,8 +37,8 @@ require (
github.com/pterm/pterm v0.12.83
github.com/stoewer/go-strcase v1.3.1
github.com/stretchr/testify v1.11.1
- github.com/substrait-io/substrait-go/v7 v7.5.1
- github.com/substrait-io/substrait-protobuf/go v0.81.0
+ github.com/substrait-io/substrait-go/v7 v7.6.0
+ github.com/substrait-io/substrait-protobuf/go v0.84.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.1.0
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
@@ -78,7 +78,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 //
indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec //
indirect
github.com/stretchr/objx v0.5.2 // indirect
- github.com/substrait-io/substrait v0.81.0 // indirect
+ github.com/substrait-io/substrait v0.84.0 // indirect
github.com/tidwall/gjson v1.14.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
diff --git a/go.sum b/go.sum
index dfeee57d..012ace4b 100644
--- a/go.sum
+++ b/go.sum
@@ -152,12 +152,12 @@ github.com/stretchr/testify v1.8.0/go.mod
h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.11.1
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
-github.com/substrait-io/substrait v0.81.0
h1:0E+0cCOAlCupfKRH85KVf7R4zrODLMP29NoVY3zSYiU=
-github.com/substrait-io/substrait v0.81.0/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v7 v7.5.1
h1:wgVGvibZIRmFjcqqCgAMVkjxTqlc9YKR72hhplPxztk=
-github.com/substrait-io/substrait-go/v7 v7.5.1/go.mod
h1:hWZ349MkCNRPMY0WZ9Mo+a+VGeda/x5bGMOl+rIZI1M=
-github.com/substrait-io/substrait-protobuf/go v0.81.0
h1:/qC1XYKuO4oPdTwLYySuVZ6rq7xVS4E7U07Dcgm4+6U=
-github.com/substrait-io/substrait-protobuf/go v0.81.0/go.mod
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
+github.com/substrait-io/substrait v0.84.0
h1:krf3WFSltV184/JUJirwYlyR6ksgccVc3IAjIc9/ePM=
+github.com/substrait-io/substrait v0.84.0/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
+github.com/substrait-io/substrait-go/v7 v7.6.0
h1:YMo/ZS0XqHoNSvQ/TRxkQ03iE47vk0z+gl8LXCPazZM=
+github.com/substrait-io/substrait-go/v7 v7.6.0/go.mod
h1:/THTJcGbArvo7tPHMUkSlWdQxJ9LED2WYrp5qNb9DhA=
+github.com/substrait-io/substrait-protobuf/go v0.84.0
h1:UcaZ+CE7l2UKJcNY9QlGcFFKv6h4jFDo8QhdTb5L4X0=
+github.com/substrait-io/substrait-protobuf/go v0.84.0/go.mod
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
github.com/tidwall/gjson v1.14.2
h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=
github.com/tidwall/gjson v1.14.2/go.mod
h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=