dependabot[bot] opened a new pull request, #9942: URL: https://github.com/apache/arrow-datafusion/pull/9942
Updates the requirements on [substrait](https://github.com/substrait-io/substrait-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/substrait-io/substrait-rs/releases">substrait's releases</a>.</em></p> <blockquote> <h2>v0.29.0</h2> <h3>New Features (BREAKING)</h3> <ul> <li> <p>add <code>proto::extensions::SimpleExtensionUri</code> parser Adds a parser for <code>proto::extensions::SimpleExtensionUri</code> that parses the uri and adds the extension to the parse context.</p> <p>Breaking change because the parse <code>Context</code> trait gets two new functions to support this:</p> <ul> <li><code>add_simple_extension_uri</code>: this is used to add a simple extensions, the parse context must directly resolve the uri and return the parsed simple extensions - struct stub for that is added in this PR (the parser is TODO).</li> <li><code>simple_extensions</code>: given an reference (anchor) to a simple extensions - check if this was added to the parse context and return it</li> </ul> </li> </ul> <h3>Commit Statistics</h3> <ul> <li>1 commit contributed to the release.</li> <li>1 day passed between releases.</li> <li>1 commit was understood as <a href="https://www.conventionalcommits.org">conventional</a>.</li> <li>1 unique issue was worked on: <a href="https://redirect.github.com/substrait-io/substrait-rs/issues/169">#169</a></li> </ul> <h3>Commit Details</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li><strong><a href="https://redirect.github.com/substrait-io/substrait-rs/issues/169">#169</a></strong> <ul> <li>Add <code>proto::extensions::SimpleExtensionUri</code> parser (332d607)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/substrait-io/substrait-rs/blob/main/CHANGELOG.md">substrait's changelog</a>.</em></p> <blockquote> <h2>0.29.0 (2024-04-03)</h2> <h3>New Features (BREAKING)</h3> <ul> <li> <p><!-- raw HTML omitted --> add <code>proto::extensions::SimpleExtensionUri</code> parser Adds a parser for <code>proto::extensions::SimpleExtensionUri</code> that parses the uri and adds the extension to the parse context.</p> <p>Breaking change because the parse <code>Context</code> trait gets two new functions to support this:</p> <ul> <li><code>add_simple_extension_uri</code>: this is used to add a simple extensions, the parse context must directly resolve the uri and return the parsed simple extensions - struct stub for that is added in this PR (the parser is TODO).</li> <li><code>simple_extensions</code>: given an reference (anchor) to a simple extensions - check if this was added to the parse context and return it</li> </ul> </li> </ul> <h3>Commit Statistics</h3> <!-- raw HTML omitted --> <ul> <li>1 commit contributed to the release.</li> <li>1 day passed between releases.</li> <li>1 commit was understood as <a href="https://www.conventionalcommits.org">conventional</a>.</li> <li>1 unique issue was worked on: <a href="https://redirect.github.com/substrait-io/substrait-rs/issues/169">#169</a></li> </ul> <h3>Commit Details</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li><strong><a href="https://redirect.github.com/substrait-io/substrait-rs/issues/169">#169</a></strong> <ul> <li>Add <code>proto::extensions::SimpleExtensionUri</code> parser (<a href="https://github.com/substrait-io/substrait-rs/commit/332d60786f1753dc08b865df1be0bbe3b16bb3d9"><code>332d607</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> <h2>0.28.1 (2024-04-01)</h2> <!-- raw HTML omitted --> <h3>Chore</h3> <ul> <li><!-- raw HTML omitted --> bump actions/configure-pages from 4 to 5 Bumps <a href="https://github.com/actions/configure-pages">actions/configure-pages</a> from 4 to 5. <!-- raw HTML omitted --> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substrait-io/substrait-rs/commit/f19ebc2530b34305ecda8252d244e28c9337b0f9"><code>f19ebc2</code></a> Release substrait v0.29.0</li> <li><a href="https://github.com/substrait-io/substrait-rs/commit/332d60786f1753dc08b865df1be0bbe3b16bb3d9"><code>332d607</code></a> feat(parse)!: add <code>proto::extensions::SimpleExtensionUri</code> parser (<a href="https://redirect.github.com/substrait-io/substrait-rs/issues/169">#169</a>)</li> <li><a href="https://github.com/substrait-io/substrait-rs/commit/cddc53dd93b144e4c1d5200b6eeb51099e5142f2"><code>cddc53d</code></a> Release substrait v0.28.1</li> <li><a href="https://github.com/substrait-io/substrait-rs/commit/7d80f71db452297292f5c39f36824923d48e6692"><code>7d80f71</code></a> chore(deps,github-actions): bump actions/configure-pages from 4 to 5 (<a href="https://redirect.github.com/substrait-io/substrait-rs/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/substrait-io/substrait-rs/compare/v0.28.0...v0.29.0">compare view</a></li> </ul> </details> <br /> 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> -- 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]
