Skip to content

Commit

Permalink
chore: Bump github.com/substrait-io/substrait-go/v3 from 3.4.0 to 3.5…
Browse files Browse the repository at this point in the history
….0 (#260)

Bumps
[github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go)
from 3.4.0 to 3.5.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.5.0 (2025-01-26)</h1>
<h3>Features</h3>
<ul>
<li>add String method to testcase (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/108">#108</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/aa74f3ec8d83d4479a5be228f7eb538f6dc717ae">aa74f3e</a>)
<blockquote>
<ul>
<li>fix testcase parser to handle precision_timestamp literals</li>
<li>fix String &amp; ShortString of FixedChar and PrecisionTimestamp
types</li>
</ul>
</blockquote>
</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>set nullability correctly in testcase parser (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/110">#110</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/1aaa0fa625842d4b329ec2bb38528926cd06236a">1aaa0fa</a>)</li>
<li>add precision timestamp to the list of supported types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/109">#109</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/3fcd4ed8b8f58d2e9d50e07cab604281c83fcad4">3fcd4ed</a>)</li>
<li>tweak the not found in dialect message (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/107">#107</a>)
(<a
href="https://github.com/substrait-io/substrait-go/commit/d4f87478ac9da0edeb560e185375e7ca9d9100b2">d4f8747</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/1aaa0fa625842d4b329ec2bb38528926cd06236a"><code>1aaa0fa</code></a>
fix: set nullability correctly in testcase parser (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/110">#110</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/3fcd4ed8b8f58d2e9d50e07cab604281c83fcad4"><code>3fcd4ed</code></a>
fix: add precision timestamp to the list of supported types (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/109">#109</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/aa74f3ec8d83d4479a5be228f7eb538f6dc717ae"><code>aa74f3e</code></a>
feat: add String method to testcase (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/108">#108</a>)</li>
<li><a
href="https://github.com/substrait-io/substrait-go/commit/d4f87478ac9da0edeb560e185375e7ca9d9100b2"><code>d4f8747</code></a>
fix: tweak the not found in dialect message (<a
href="https://redirect.github.com/substrait-io/substrait-go/issues/107">#107</a>)</li>
<li>See full diff in <a
href="https://github.com/substrait-io/substrait-go/compare/v3.4.0...v3.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/substrait-io/substrait-go/v3&package-manager=go_modules&previous-version=3.4.0&new-version=3.5.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 87d1ce2 commit 0f13bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
github.com/substrait-io/substrait-go/v3 v3.5.0
github.com/tidwall/sjson v1.2.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,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.4.0 h1:S7/sAyVV7gy6TQaqsQzO8nxxOOK4fCdcdD7ekUlheQY=
github.com/substrait-io/substrait-go/v3 v3.4.0/go.mod h1:S+yTQwCuWtTe5SD24JJ9S8x8Oae8h9rVDCpZlS9EV5A=
github.com/substrait-io/substrait-go/v3 v3.5.0 h1:sQqMGtXDzDC3dyCBL0+efnM/E5UbmDVZlOCHdnx+F+k=
github.com/substrait-io/substrait-go/v3 v3.5.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=
Expand Down

0 comments on commit 0f13bbc

Please sign in to comment.