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 ac3cd2ee chore: Bump github.com/substrait-io/substrait-go/v7 from 
7.2.2 to 7.3.0 (#656)
ac3cd2ee is described below

commit ac3cd2eea7b8a83e8bed2cb34e0c7512dfb81378
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 11:42:02 2026 -0500

    chore: Bump github.com/substrait-io/substrait-go/v7 from 7.2.2 to 7.3.0 
(#656)
    
    Bumps
    
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go)
    from 7.2.2 to 7.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/v7's
    releases</a>.</em></p>
    <blockquote>
    <h1>v7.3.0 (2026-02-08)</h1>
    <h3>Features</h3>
    <ul>
    <li>add lambda expression support (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/183";>#183</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/f73d2a2f71d6d30fd5c20c69a5eaeb7f8c6c06a2";>f73d2a2</a>)
    <blockquote>
    <p>Adds lambda expression support:</p>
    <ul>
    <li>Represent lambdas natively with ability to build them with
    validation</li>
    <li>Consume lambdas from protobuf (validation not yet implemented)</li>
    <li>Parse <code>FuncType</code> from extension YAML (enables
    <code>functions_list.yaml</code>)</li>
    </ul>
    </blockquote>
    </li>
    <li>update substrait-go to substrait v0.79.0 (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/194";>#194</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/ba40d1082152f03f499d451e94bfc71f9a90b25e";>ba40d10</a>)</li>
    </ul>
    <h3>Bug fixes</h3>
    <ul>
    <li>resolve polymorphic types in struct, map, and UDT return types (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/185";>#185</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/2e40a7475ea2e771f0d018fd6bf9ba37eb7c87b8";>2e40a74</a>)
    <blockquote>
    <p>Fixes the type resolution for polymorphic types (<code>any</code>,
    <code>any1</code>, <code>any2</code>,
    etc.) when used inside compound return types like
    <code>struct&lt;any1&gt;</code>,
    <code>map&lt;any1, any2&gt;</code>, and
    <code>u!Wrapper&lt;any1&gt;</code>.</p>
    <p>Previously, <code>ReturnType</code> wasn't passing through
    <code>funcParams</code> and
    <code>argTypes</code> to nested types, so polymorphic types couldn't be
    resolved
    and would fail with &quot;no matching any type found in function
    parameters&quot;.</p>
    </blockquote>
    </li>
    </ul>
    <h3>Changes to CI/CD</h3>
    <ul>
    <li>remove buf tooling for local protobuf generation (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/192";>#192</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/1c2291f89fa1c2115dbf9927f3b839e4ed66b9f9";>1c2291f</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/f73d2a2f71d6d30fd5c20c69a5eaeb7f8c6c06a2";><code>f73d2a2</code></a>
    feat: add lambda expression support (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/183";>#183</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/2e40a7475ea2e771f0d018fd6bf9ba37eb7c87b8";><code>2e40a74</code></a>
    fix: resolve polymorphic types in struct, map, and UDT return types (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/185";>#185</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/ba40d1082152f03f499d451e94bfc71f9a90b25e";><code>ba40d10</code></a>
    feat: update substrait-go to substrait v0.79.0 (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/194";>#194</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/1c2291f89fa1c2115dbf9927f3b839e4ed66b9f9";><code>1c2291f</code></a>
    build: remove buf tooling for local protobuf generation (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/192";>#192</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/substrait-io/substrait-go/compare/v7.2.2...v7.3.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/v7&package-manager=go_modules&previous-version=7.2.2&new-version=7.3.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 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 | 4 ++--
 go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index 8da9975c..a1d8acbb 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
        github.com/pterm/pterm v0.12.82
        github.com/stoewer/go-strcase v1.3.1
        github.com/stretchr/testify v1.11.1
-       github.com/substrait-io/substrait-go/v7 v7.2.2
+       github.com/substrait-io/substrait-go/v7 v7.3.0
        github.com/substrait-io/substrait-protobuf/go v0.79.0
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.1.0
@@ -78,7 +78,7 @@ require (
        github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // 
indirect
        github.com/rivo/uniseg v0.4.7 // indirect
        github.com/stretchr/objx v0.5.2 // indirect
-       github.com/substrait-io/substrait v0.78.1 // indirect
+       github.com/substrait-io/substrait v0.79.0 // 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 5e13e55d..ea84f8cc 100644
--- a/go.sum
+++ b/go.sum
@@ -150,10 +150,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.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
 github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
-github.com/substrait-io/substrait v0.78.1 
h1:Dsn+kvFQdC2k/2XRVE2+aD88WNbE4miWed2AZTtkBoQ=
-github.com/substrait-io/substrait v0.78.1/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v7 v7.2.2 
h1:cp51u9ikUW6YjKZSV3tu6Pxeu48pkfcraYR9yG06chY=
-github.com/substrait-io/substrait-go/v7 v7.2.2/go.mod 
h1:FVQ38NeDorflB3ogd8F9tjh9S1y8RDwwfSFm24/u9HY=
+github.com/substrait-io/substrait v0.79.0 
h1:32poPdhuLmKa9J1FedCnNgNiueeDvO65SPDeRnP7epA=
+github.com/substrait-io/substrait v0.79.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
+github.com/substrait-io/substrait-go/v7 v7.3.0 
h1:012lEWWwN/dz+xzG1pIqXZKpv0Er3LmdoqH+LaFqJjQ=
+github.com/substrait-io/substrait-go/v7 v7.3.0/go.mod 
h1:fZXyRTKuuP3wpBZghS/OjywWgskq5FWPUkO8UTFu0dE=
 github.com/substrait-io/substrait-protobuf/go v0.79.0 
h1:pjgYJN26jD6P1NgIrJwAQ1GGhhtBftYZzWdwyZEpAUM=
 github.com/substrait-io/substrait-protobuf/go v0.79.0/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
 github.com/tidwall/gjson v1.14.2 
h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=

Reply via email to