Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/substrait-io/substrait-go/v3 from 3.5.0 …
…to 3.6.0 (#294) Bumps [github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go) from 3.5.0 to 3.6.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/v3's releases</a>.</em></p> <blockquote> <h1>v3.6.0 (2025-02-09)</h1> <h3>Features</h3> <ul> <li>update VirtualTableReadRel.CopyWithExpressionRewrite to rewrite literal values (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/113">#113</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/e1e61573ed0d2ef72cd74a5eeae806aaac159d1b">e1e6157</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>minimum scale required for decimal literal (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/117">#117</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/00a91c90d55b79881f7b2aa63e9bc9ec1467b3ef">00a91c9</a>) <blockquote> <p>Also reports the offending line number when the parser encounters a malformed testcase.</p> </blockquote> </li> </ul> <h3>Changes to the build process or auxiliary tools and libraries such as documentation generation</h3> <ul> <li>update Substrait core dependency to the latest (v0.66.1) (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/115">#115</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/f53a037dbf7d21ad3b90c10227c6974976a5283a">f53a037</a>)</li> </ul> <h1>v3.5.1 (2025-02-02)</h1> <h3>Bug fixes</h3> <ul> <li>fix testcase literals type to have the requested type parameters (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/111">#111</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/d6e63d92c7c6cab249e697637780f6a55548bbeb">d6e63d9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substrait-io/substrait-go/commit/00a91c90d55b79881f7b2aa63e9bc9ec1467b3ef"><code>00a91c9</code></a> fix: minimum scale required for decimal literal (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/117">#117</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/e1e61573ed0d2ef72cd74a5eeae806aaac159d1b"><code>e1e6157</code></a> feat: update VirtualTableReadRel.CopyWithExpressionRewrite to rewrite literal...</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/627598e9c103ac7c1e5ca80f1d5ef02b19ea0cfa"><code>627598e</code></a> tests: enable tests related to bitwise_or.test (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/116">#116</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/f53a037dbf7d21ad3b90c10227c6974976a5283a"><code>f53a037</code></a> chore: update Substrait core dependency to the latest (v0.66.1) (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/115">#115</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/60cc74f3224b5840acf5e6f6993e0844b42d7a93"><code>60cc74f</code></a> Update AggregateRel.CopyWithExpressionRewrite to rewrite measure functions in...</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/d6e63d92c7c6cab249e697637780f6a55548bbeb"><code>d6e63d9</code></a> fix: fix testcase literals type to have the requested type parameters (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/111">#111</a>)</li> <li>See full diff in <a href="https://github.com/substrait-io/substrait-go/compare/v3.5.0...v3.6.0">compare view</a></li> </ul> </details> <br /> [](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information