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 8cd41e3 chore: Bump github.com/substrait-io/substrait-go/v3 from
3.3.0 to 3.4.0 (#253)
8cd41e3 is described below
commit 8cd41e3b00d4079975d8d025ab159bf0139089a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 19:27:07 2025 -0500
chore: Bump github.com/substrait-io/substrait-go/v3 from 3.3.0 to 3.4.0
(#253)
Bumps
[github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go)
from 3.3.0 to 3.4.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.4.0 (2025-01-19)</h1>
<h3>Features</h3>
<ul>
<li>support reads on iceberg table type (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/106">#106</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/7fdc540895d0ecf29067efd961db9483aa82ebe7">7fdc540</a>)</li>
<li>add ValueString() to all literal types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/102">#102</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/78fdc19e6af55ee6079727b5e618ea3f031706af">78fdc19</a>)
<blockquote>
<p>Adds the functionality QueryString() functionality requested in <a
href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a>
.</p>
</blockquote>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/7fdc540895d0ecf29067efd961db9483aa82ebe7"><code>7fdc540</code></a>
feat: support reads on iceberg table type (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/106">#106</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/78fdc19e6af55ee6079727b5e618ea3f031706af"><code>78fdc19</code></a>
feat: add ValueString() to all literal types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/102">#102</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/18871fbf1e500b5d343e143483873411928fe7bb"><code>18871fb</code></a>
feat(substrait) Update to substrait v0.64.0 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/105">#105</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v3.3.0...v3.4.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 | 5 +++--
go.sum | 10 ++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod
index 5801e57..faec143 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/pierrec/lz4/v4 v4.1.22
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.10.0
- github.com/substrait-io/substrait-go/v3 v3.3.0
+ github.com/substrait-io/substrait-go/v3 v3.4.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
@@ -53,6 +53,7 @@ require (
)
require (
+ cloud.google.com/go v0.118.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/creasty/defaults v1.8.0 // indirect
@@ -79,7 +80,7 @@ require (
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/text v0.21.0 // indirect
- google.golang.org/genproto/googleapis/rpc
v0.0.0-20241104194629-dd2ea8efbc28 // indirect
+ google.golang.org/genproto/googleapis/rpc
v0.0.0-20241209162323-e6fa225c2576 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
diff --git a/go.sum b/go.sum
index fb88fa8..f9c6651 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,5 @@
+cloud.google.com/go v0.118.0 h1:tvZe1mgqRxpiVa3XlIGMiPcEUbP1gNXELgD4y/IXmeQ=
+cloud.google.com/go v0.118.0/go.mod
h1:zIt2pkedt/mo+DQjcT4/L3NDxzHPR29j5HcclNH+9PM=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod
h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/andybalholm/brotli v1.1.1
h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
@@ -110,8 +112,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.63.1
h1:XNPvrEYNPjDqenK4TxqBDDUNzglafdjzjejzQqEwk5Y=
github.com/substrait-io/substrait v0.63.1/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v3 v3.3.0
h1:QT8PGpIwU8+lehugWDYnsylHP9X1rg5aTa2f2iUQslw=
-github.com/substrait-io/substrait-go/v3 v3.3.0/go.mod
h1:qI0Hu7ywDv41z99O26YIGUH1c35pbF+NUjbUN8mhDjo=
+github.com/substrait-io/substrait-go/v3 v3.4.0
h1:S7/sAyVV7gy6TQaqsQzO8nxxOOK4fCdcdD7ekUlheQY=
+github.com/substrait-io/substrait-go/v3 v3.4.0/go.mod
h1:S+yTQwCuWtTe5SD24JJ9S8x8Oae8h9rVDCpZlS9EV5A=
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=
@@ -158,8 +160,8 @@ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
h1:noIWHXmPHxILtqtCOPIhS
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod
h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
gonum.org/v1/gonum v0.15.1 h1:FNy7N6OUZVUaWG9pTiD+jlhdQ3lMP+/LcTpJ6+a8sQ0=
gonum.org/v1/gonum v0.15.1/go.mod
h1:eZTZuRFrzu5pcyjN5wJhcIhnUdNijYxX1T2IcrOGY0o=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28
h1:XVhgTWWV3kGQlwJHR3upFWZeTsei6Oks1apkZSeonIE=
-google.golang.org/genproto/googleapis/rpc
v0.0.0-20241104194629-dd2ea8efbc28/go.mod
h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
h1:8ZmaLZE4XWrtU3MyClkYqqtl6Oegr3235h7jxsDyqCY=
+google.golang.org/genproto/googleapis/rpc
v0.0.0-20241209162323-e6fa225c2576/go.mod
h1:5uTbfoYQed2U9p3KIj2/Zzm02PYhndfdmML0qC3q3FU=
google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU=
google.golang.org/grpc v1.69.2/go.mod
h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
google.golang.org/protobuf v1.36.3
h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU=