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 4f7e570c chore: Bump github.com/substrait-io/substrait-go/v8 from
8.1.0 to 8.1.1 (#819)
4f7e570c is described below
commit 4f7e570cc8ab78bf02965b6dda296d4efe4476c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 16:48:21 2026 -0400
chore: Bump github.com/substrait-io/substrait-go/v8 from 8.1.0 to 8.1.1
(#819)
Bumps
[github.com/substrait-io/substrait-go/v8](https://github.com/substrait-io/substrait-go)
from 8.1.0 to 8.1.1.
<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.1 (2026-05-17)</h1>
<h3>Bug fixes</h3>
<ul>
<li><strong><code>extensions</code></strong> default
ScalarFunctionImpl.Deterministic to true (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/241">#241</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/5a0335060c8110dc7be16afe4f92a789db065063">5a03350</a>)</li>
<li><strong><code>testcases</code></strong> reject non-nullable null
literal types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/243">#243</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/0ae704f0326800df08c9ac894081aa45166ea0aa">0ae704f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/5a0335060c8110dc7be16afe4f92a789db065063"><code>5a03350</code></a>
fix(extensions): default ScalarFunctionImpl.Deterministic to true (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/241">#241</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/0ae704f0326800df08c9ac894081aa45166ea0aa"><code>0ae704f</code></a>
fix(testcases): reject non-nullable null literal types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/243">#243</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v8.1.0...v8.1.1">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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 9c9d3647..c9374dd1 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ 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/v8 v8.1.0
+ github.com/substrait-io/substrait-go/v8 v8.1.1
github.com/substrait-io/substrait-protobuf/go v0.85.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.1.0
diff --git a/go.sum b/go.sum
index 79d4379f..9c60c62b 100644
--- a/go.sum
+++ b/go.sum
@@ -152,8 +152,8 @@ github.com/stretchr/testify v1.11.1
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
github.com/stretchr/testify v1.11.1/go.mod
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/substrait-io/substrait v0.87.0
h1:40rP4LejyK6SNQlWz7NX6kQELf8cmScWMBGruWhN4io=
github.com/substrait-io/substrait v0.87.0/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v8 v8.1.0
h1:58nSM6Qsctke4DIHU2y4aR8FN5YC7syo1mk4zFKAo4U=
-github.com/substrait-io/substrait-go/v8 v8.1.0/go.mod
h1:6GLz9k21udB64g4lLKq8632TKfQCRAVfhuU3NSXtZWY=
+github.com/substrait-io/substrait-go/v8 v8.1.1
h1:XL7CqVVOQkXP9FRSIm2ylJCjqRASg1yBRcn5nRCRwss=
+github.com/substrait-io/substrait-go/v8 v8.1.1/go.mod
h1:6GLz9k21udB64g4lLKq8632TKfQCRAVfhuU3NSXtZWY=
github.com/substrait-io/substrait-protobuf/go v0.85.0
h1:zk6MtNWLtDSl8a7qCZRFH0+EIIXVrrd/hsgYK/SQTgM=
github.com/substrait-io/substrait-protobuf/go v0.85.0/go.mod
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
github.com/tidwall/gjson v1.14.2
h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=