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 55f8b20 chore: Bump github.com/substrait-io/substrait-go from 1.1.0
to 1.2.0 (#183)
55f8b20 is described below
commit 55f8b2075e2bee544b2bb4120966297a5a7d4e43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 6 05:10:11 2024 -0500
chore: Bump github.com/substrait-io/substrait-go from 1.1.0 to 1.2.0 (#183)
Bumps
[github.com/substrait-io/substrait-go](https://github.com/substrait-io/substrait-go)
from 1.1.0 to 1.2.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's
releases</a>.</em></p>
<blockquote>
<h1>v1.2.0 (2024-11-03)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>plan</code></strong> Support Create Table As Select
(<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/62">#62</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/1a7a92cc2149d0574b2cd47e90252218660f9704">1a7a92c</a>)
<blockquote>
<ul>
<li>
<p>feat(plan): Support Create Table As Select</p>
</li>
<li>
<p>add NamedTableWriteRel type</p>
</li>
<li>
<p>add CreateTableAsSelect() in builder</p>
</li>
<li>
<p>addressed review comments</p>
</li>
</ul>
</blockquote>
</li>
<li>support user-defined types in YAML extensions (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/60">#60</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/9cb58964a81e69a247822d00f32c81dac1818c4c">9cb5896</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/1a7a92cc2149d0574b2cd47e90252218660f9704"><code>1a7a92c</code></a>
feat(plan): Support Create Table As Select (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/62">#62</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/9cb58964a81e69a247822d00f32c81dac1818c4c"><code>9cb5896</code></a>
feat: support user-defined types in YAML extensions (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/60">#60</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/002720ecb4874787140ad8fa6540cae37aef6721"><code>002720e</code></a>
Add substrait as a module (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/59">#59</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v1.1.0...v1.2.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 | 3 ++-
go.sum | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 75d3447..f519830 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/pierrec/lz4/v4 v4.1.21
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.9.0
- github.com/substrait-io/substrait-go v1.1.0
+ github.com/substrait-io/substrait-go v1.2.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
@@ -72,6 +72,7 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec //
indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
+ github.com/substrait-io/substrait v0.57.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 ac42f04..7b2b7ec 100644
--- a/go.sum
+++ b/go.sum
@@ -104,8 +104,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.9.0
h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod
h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
-github.com/substrait-io/substrait-go v1.1.0
h1:wUXoXV/ESMXgaOWu/05kvMI/UBUyhtaTRfkT5p1b5Ck=
-github.com/substrait-io/substrait-go v1.1.0/go.mod
h1:LHzL5E0VL620yw4kBQCP+sQPmxhepPTQMDJQRbOe/T4=
+github.com/substrait-io/substrait v0.57.1
h1:GW8nnYfSowMseHR8Os82/X6lNtQGIK7p4p+lr6r+auw=
+github.com/substrait-io/substrait v0.57.1/go.mod
h1:q9s+tjo+gK0lsA+SqYB0lhojNuxvdPdfYlGUP0hjbrA=
+github.com/substrait-io/substrait-go v1.2.0
h1:3ZNRkc8FYD7ifCagKEOZQtUcgMceMQfwo2N1NGaK4Q4=
+github.com/substrait-io/substrait-go v1.2.0/go.mod
h1:IPsy24rdjp/buXR+T8ENl6QCnSCS6h+uM8P+GaZez7c=
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=