dependabot[bot] opened a new pull request, #656:
URL: https://github.com/apache/arrow-go/pull/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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to