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 5f06b07 chore: Bump github.com/substrait-io/substrait-go/v3 from
3.2.1 to 3.3.0 (#247)
5f06b07 is described below
commit 5f06b07bc084230fe8d076c9d15eca8257a66b8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 16:06:58 2025 -0500
chore: Bump github.com/substrait-io/substrait-go/v3 from 3.2.1 to 3.3.0
(#247)
Bumps
[github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go)
from 3.2.1 to 3.3.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.3.0 (2025-01-12)</h1>
<h3>Features</h3>
<ul>
<li>add GetFunctionRegistry in LocalFunctionRegistry (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/99">#99</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/18b7daf1af267de9e55459f089492fa6d2b68a9b">18b7daf</a>)</li>
<li>Improve error message when numbers exceed expected precision (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/103">#103</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/8c4fdcba3348c6173dd80ebd2df08bcf77d75095">8c4fdcb</a>)</li>
<li>add decimal literal to string method (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/be0b09b7e23921752618e3e15862144b1ec9b2bc">be0b09b</a>)</li>
<li>AggregateRel should use grouping references (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/94">#94</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/e403121ee3e660c450b712b759d7fb4b3d8a1c4f">e403121</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>interval type names (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/98">#98</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/9b630ad1b67fac0e78973d42e64cd632c17f15d6">9b630ad</a>)</li>
</ul>
<h3>Documentation changes</h3>
<ul>
<li>add information about SubstraitFunctionName and LocalFunctionName
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/92">#92</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/ec31db0166c72a693c30c7c9a49110f0f3cdba5c">ec31db0</a>)</li>
</ul>
<h3>Changes to the build process or auxiliary tools and libraries such
as documentation generation</h3>
<ul>
<li>reenable temporarily disabled test case (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/104">#104</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/14effeb9e3c0be0dcf2d7dcf9540a69a8c7040de">14effeb</a>)</li>
<li>upgrade substrait-core to 0.63.1 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/101">#101</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/94b5347d02f49e437f24afc7cc88f1955f284c61">94b5347</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/8c4fdcba3348c6173dd80ebd2df08bcf77d75095"><code>8c4fdcb</code></a>
feat: Improve error message when numbers exceed expected precision (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/103">#103</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/14effeb9e3c0be0dcf2d7dcf9540a69a8c7040de"><code>14effeb</code></a>
chore: reenable temporarily disabled test case (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/104">#104</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/be0b09b7e23921752618e3e15862144b1ec9b2bc"><code>be0b09b</code></a>
feat: add decimal literal to string method (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/94b5347d02f49e437f24afc7cc88f1955f284c61"><code>94b5347</code></a>
chore: upgrade substrait-core to 0.63.1 (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/101">#101</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/e403121ee3e660c450b712b759d7fb4b3d8a1c4f"><code>e403121</code></a>
feat: AggregateRel should use grouping references (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/94">#94</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/ec31db0166c72a693c30c7c9a49110f0f3cdba5c"><code>ec31db0</code></a>
docs: add information about SubstraitFunctionName and LocalFunctionName
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/92">#92</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/9b630ad1b67fac0e78973d42e64cd632c17f15d6"><code>9b630ad</code></a>
fix: interval type names (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/98">#98</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/18b7daf1af267de9e55459f089492fa6d2b68a9b"><code>18b7daf</code></a>
feat: add GetFunctionRegistry in LocalFunctionRegistry (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/99">#99</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v3.2.1...v3.3.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 05c2d0a..b72490e 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.2.1
+ github.com/substrait-io/substrait-go/v3 v3.3.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
@@ -54,6 +54,7 @@ require (
require (
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
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -71,7 +72,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // 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.62.0 // indirect
+ github.com/substrait-io/substrait v0.63.1 // 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 399b47f..37c8fab 100644
--- a/go.sum
+++ b/go.sum
@@ -65,6 +65,8 @@ github.com/kr/text v0.2.0
h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod
h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/leodido/go-urn v1.2.0
h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod
h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
+github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
+github.com/lib/pq v1.10.9/go.mod
h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/mattn/go-colorable v0.1.13
h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod
h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod
h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
@@ -106,10 +108,10 @@ 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.10.0
h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod
h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
-github.com/substrait-io/substrait v0.62.0
h1:olgrvRKwzKBQJymbbXKopgAE0wZER9U/uVZviL33A0s=
-github.com/substrait-io/substrait v0.62.0/go.mod
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v3 v3.2.1
h1:VNxBfBVUBQqWx+hL8Spsi9GsdFWjqQIN0PgSMVs0bNk=
-github.com/substrait-io/substrait-go/v3 v3.2.1/go.mod
h1:F/BIXKJXddJSzUwbHnRVcz973mCVsTfBpTUvUNX7ptM=
+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/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=