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 6f308c30 chore: Bump github.com/substrait-io/substrait-go/v8 from 
8.0.0 to 8.0.1 (#769)
6f308c30 is described below

commit 6f308c300989eeaf15c762e6d8aff766eef21627
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 16:54:58 2026 -0400

    chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.0 to 8.0.1 
(#769)
    
    Bumps
    
[github.com/substrait-io/substrait-go/v8](https://github.com/substrait-io/substrait-go)
    from 8.0.0 to 8.0.1.
    <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/v8's
    releases</a>.</em></p>
    <blockquote>
    <h1>v8.0.1 (2026-04-12)</h1>
    <h3>Bug fixes</h3>
    <ul>
    <li><strong><code>testcases</code></strong> normalize decimal literal
    types to declared column type in aggregate args (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/221";>#221</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/2242c28db1ae8c11d00df6367730d02ee310bc3f";>2242c28</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/2242c28db1ae8c11d00df6367730d02ee310bc3f";><code>2242c28</code></a>
    fix(testcases): normalize decimal literal types to declared column type
    in ag...</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/7a1f38ef9d0eb77bf7adde9f11f2ea7ce81ddb93";><code>7a1f38e</code></a>
    ci: add check to validate go.mod version matches git tags (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/219";>#219</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/substrait-io/substrait-go/compare/v8.0.0...v8.0.1";>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/v8&package-manager=go_modules&previous-version=8.0.0&new-version=8.0.1)](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 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 58b565d5..57f49fea 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
        github.com/pterm/pterm v0.12.83
        github.com/stoewer/go-strcase v1.3.1
        github.com/stretchr/testify v1.11.1
-       github.com/substrait-io/substrait-go/v8 v8.0.0
+       github.com/substrait-io/substrait-go/v8 v8.0.1
        github.com/substrait-io/substrait-protobuf/go v0.85.0
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.1.0
diff --git a/go.sum b/go.sum
index 93ba87b1..6591248a 100644
--- a/go.sum
+++ b/go.sum
@@ -152,8 +152,8 @@ github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
 github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
 github.com/substrait-io/substrait v0.85.0 
h1:ur2VBFhOpx/3RjVG0w5i8SpLHciLjATh27kAc2HPf5A=
 github.com/substrait-io/substrait v0.85.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v8 v8.0.0 
h1:8of34zk+SNPV9BjBh1Bcm7G/Qk/2oMZl20DE0+SAWIg=
-github.com/substrait-io/substrait-go/v8 v8.0.0/go.mod 
h1:q98eLpY/OQgeH3d7cYBl2nJvoFAZxOyX9K13kpsKJ0Q=
+github.com/substrait-io/substrait-go/v8 v8.0.1 
h1:Kdmv/gyXVUxkqdEF0yVAaB4slS+JB6zALbHpN/DgUok=
+github.com/substrait-io/substrait-go/v8 v8.0.1/go.mod 
h1:q98eLpY/OQgeH3d7cYBl2nJvoFAZxOyX9K13kpsKJ0Q=
 github.com/substrait-io/substrait-protobuf/go v0.85.0 
h1:zk6MtNWLtDSl8a7qCZRFH0+EIIXVrrd/hsgYK/SQTgM=
 github.com/substrait-io/substrait-protobuf/go v0.85.0/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
 github.com/tidwall/gjson v1.14.2 
h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=

Reply via email to