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 d2596807 chore: Bump github.com/substrait-io/substrait-go/v7 from 
7.5.0 to 7.5.1 (#698)
d2596807 is described below

commit d259680786d09fa23a9146cee5f9e8143053ec51
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 16:00:36 2026 -0400

    chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.0 to 7.5.1 
(#698)
    
    Bumps
    
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go)
    from 7.5.0 to 7.5.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/v7's
    releases</a>.</em></p>
    <blockquote>
    <h1>v7.5.1 (2026-03-08)</h1>
    <h3>Bug fixes</h3>
    <ul>
    <li>apply declared nullability from AnyType return type to resolved
    concrete type (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/205";>#205</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/08aedc9629276238e23665b7c54eb1e3def97b8a";>08aedc9</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/08aedc9629276238e23665b7c54eb1e3def97b8a";><code>08aedc9</code></a>
    fix: apply declared nullability from AnyType return type to resolved
    concrete...</li>
    <li>See full diff in <a
    
href="https://github.com/substrait-io/substrait-go/compare/v7.5.0...v7.5.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/v7&package-manager=go_modules&previous-version=7.5.0&new-version=7.5.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 cf9578b8..d4334664 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,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/v7 v7.5.0
+       github.com/substrait-io/substrait-go/v7 v7.5.1
        github.com/substrait-io/substrait-protobuf/go v0.81.0
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.1.0
diff --git a/go.sum b/go.sum
index 3d452ad1..74e88d7d 100644
--- a/go.sum
+++ b/go.sum
@@ -154,8 +154,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.81.0 
h1:0E+0cCOAlCupfKRH85KVf7R4zrODLMP29NoVY3zSYiU=
 github.com/substrait-io/substrait v0.81.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v7 v7.5.0 
h1:85G60D/TBZ9yTqgnYHxky75WJZG4eBDQzLlX/Grva4U=
-github.com/substrait-io/substrait-go/v7 v7.5.0/go.mod 
h1:hWZ349MkCNRPMY0WZ9Mo+a+VGeda/x5bGMOl+rIZI1M=
+github.com/substrait-io/substrait-go/v7 v7.5.1 
h1:wgVGvibZIRmFjcqqCgAMVkjxTqlc9YKR72hhplPxztk=
+github.com/substrait-io/substrait-go/v7 v7.5.1/go.mod 
h1:hWZ349MkCNRPMY0WZ9Mo+a+VGeda/x5bGMOl+rIZI1M=
 github.com/substrait-io/substrait-protobuf/go v0.81.0 
h1:/qC1XYKuO4oPdTwLYySuVZ6rq7xVS4E7U07Dcgm4+6U=
 github.com/substrait-io/substrait-protobuf/go v0.81.0/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
 github.com/tidwall/gjson v1.14.2 
h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=

Reply via email to