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 166cf7b chore: Bump github.com/substrait-io/substrait-go/v3 from
3.8.0 to 3.9.0 (#307)
166cf7b is described below
commit 166cf7b1fe12dd207a51125e6fc4e75edd7dfaf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 13:53:25 2025 -0400
chore: Bump github.com/substrait-io/substrait-go/v3 from 3.8.0 to 3.9.0
(#307)
Bumps
[github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go)
from 3.8.0 to 3.9.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/v3's
releases</a>.</em></p>
<blockquote>
<h1>v3.9.0 (2025-03-09)</h1>
<h3>Features</h3>
<ul>
<li>implement conversion for recently added types to proto and back (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/124">#124</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/e6df51489ba86d566b4d14c8efd21d1b7b62c529">e6df514</a>)</li>
<li>unify column data retrieval for aggregate test cases (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/123">#123</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/32ce7830d4198938eb32b32113e983c45475537f">32ce783</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/e6df51489ba86d566b4d14c8efd21d1b7b62c529"><code>e6df514</code></a>
feat: implement conversion for recently added types to proto and back
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/124">#124</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/32ce7830d4198938eb32b32113e983c45475537f"><code>32ce783</code></a>
feat: unify column data retrieval for aggregate test cases (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/123">#123</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v3.8.0...v3.9.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 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] <[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 56697e1..313a5a8 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/pterm/pterm v0.12.80
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.10.0
- github.com/substrait-io/substrait-go/v3 v3.8.0
+ github.com/substrait-io/substrait-go/v3 v3.9.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
diff --git a/go.sum b/go.sum
index 0d30010..0347012 100644
--- a/go.sum
+++ b/go.sum
@@ -162,8 +162,8 @@ github.com/stretchr/testify v1.10.0
h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod
h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6
h1:XqtxwYFCjS4L0o1QD4ipGHCuFG94U0f6BeldbilGQjU=
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v3 v3.8.0
h1:7YD+nK9bIYKxMoURSaGleRzNQNSP1oOJKyW1PtbU+HE=
-github.com/substrait-io/substrait-go/v3 v3.8.0/go.mod
h1:VG7jCqtUm28bSngHwq86FywtU74knJ25LNX63SZ53+E=
+github.com/substrait-io/substrait-go/v3 v3.9.0
h1:sRJf0ID9q2TPxJ9eH+oAniepMqt9fYW0Hy32CScT2cI=
+github.com/substrait-io/substrait-go/v3 v3.9.0/go.mod
h1:VG7jCqtUm28bSngHwq86FywtU74knJ25LNX63SZ53+E=
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=