This is an automated email from the ASF dual-hosted git repository. kou 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 5cb214e chore: Bump github.com/substrait-io/substrait-go/v3 from 3.5.0 to 3.6.0 (#272) 5cb214e is described below commit 5cb214eea08a7daf514661d1fa6282fa9994ac03 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 11 07:29:16 2025 +0900 chore: Bump github.com/substrait-io/substrait-go/v3 from 3.5.0 to 3.6.0 (#272) 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] <supp...@github.com> 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 960d655..2770bca 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/pierrec/lz4/v4 v4.1.22 github.com/stoewer/go-strcase v1.3.0 github.com/stretchr/testify v1.10.0 - github.com/substrait-io/substrait-go/v3 v3.5.0 + github.com/substrait-io/substrait-go/v3 v3.6.0 github.com/tidwall/sjson v1.2.5 github.com/zeebo/xxh3 v1.0.2 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 @@ -73,7 +73,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/stretchr/objx v0.5.2 // indirect - github.com/substrait-io/substrait v0.63.1 // indirect + github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6 // 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 eb1c41e..4d15346 100644 --- a/go.sum +++ b/go.sum @@ -110,10 +110,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.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/substrait-io/substrait v0.63.1 h1:XNPvrEYNPjDqenK4TxqBDDUNzglafdjzjejzQqEwk5Y= -github.com/substrait-io/substrait v0.63.1/go.mod h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw= -github.com/substrait-io/substrait-go/v3 v3.5.0 h1:sQqMGtXDzDC3dyCBL0+efnM/E5UbmDVZlOCHdnx+F+k= -github.com/substrait-io/substrait-go/v3 v3.5.0/go.mod h1:S+yTQwCuWtTe5SD24JJ9S8x8Oae8h9rVDCpZlS9EV5A= +github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6 h1:XqtxwYFCjS4L0o1QD4ipGHCuFG94U0f6BeldbilGQjU= +github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6/go.mod h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw= +github.com/substrait-io/substrait-go/v3 v3.6.0 h1:t+mb4WskugKDVRqAZvV6Y0m34AQcDrd0cZ3NOXDcUjU= +github.com/substrait-io/substrait-go/v3 v3.6.0/go.mod h1:VG7jCqtUm28bSngHwq86FywtU74knJ25LNX63SZ53+E= github.com/tidwall/gjson v1.14.2 h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=