dependabot[bot] opened a new pull request, #273: URL: https://github.com/apache/iceberg-go/pull/273
Bumps [github.com/substrait-io/substrait-go/v3](https://github.com/substrait-io/substrait-go) from 3.2.1 to 3.5.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.5.0 (2025-01-26)</h1> <h3>Features</h3> <ul> <li>add String method to testcase (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/108">#108</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/aa74f3ec8d83d4479a5be228f7eb538f6dc717ae">aa74f3e</a>) <blockquote> <ul> <li>fix testcase parser to handle precision_timestamp literals</li> <li>fix String & ShortString of FixedChar and PrecisionTimestamp types</li> </ul> </blockquote> </li> </ul> <h3>Bug fixes</h3> <ul> <li>set nullability correctly in testcase parser (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/110">#110</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/1aaa0fa625842d4b329ec2bb38528926cd06236a">1aaa0fa</a>)</li> <li>add precision timestamp to the list of supported types (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/109">#109</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/3fcd4ed8b8f58d2e9d50e07cab604281c83fcad4">3fcd4ed</a>)</li> <li>tweak the not found in dialect message (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/107">#107</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/d4f87478ac9da0edeb560e185375e7ca9d9100b2">d4f8747</a>)</li> </ul> <h1>v3.4.0 (2025-01-19)</h1> <h3>Features</h3> <ul> <li>support reads on iceberg table type (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/106">#106</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/7fdc540895d0ecf29067efd961db9483aa82ebe7">7fdc540</a>)</li> <li>add ValueString() to all literal types (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/102">#102</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/78fdc19e6af55ee6079727b5e618ea3f031706af">78fdc19</a>) <blockquote> <p>Adds the functionality QueryString() functionality requested in <a href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a> .</p> </blockquote> </li> </ul> <h1>v3.3.0 (2025-01-12)</h1> <h3>Features</h3> <ul> <li>add GetFunctionRegistry in LocalFunctionRegistry (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/99">#99</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/18b7daf1af267de9e55459f089492fa6d2b68a9b">18b7daf</a>)</li> <li>Improve error message when numbers exceed expected precision (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/103">#103</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/8c4fdcba3348c6173dd80ebd2df08bcf77d75095">8c4fdcb</a>)</li> <li>add decimal literal to string method (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/be0b09b7e23921752618e3e15862144b1ec9b2bc">be0b09b</a>)</li> <li>AggregateRel should use grouping references (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/94">#94</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/e403121ee3e660c450b712b759d7fb4b3d8a1c4f">e403121</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>interval type names (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/98">#98</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/9b630ad1b67fac0e78973d42e64cd632c17f15d6">9b630ad</a>)</li> </ul> <h3>Documentation changes</h3> <ul> <li>add information about SubstraitFunctionName and LocalFunctionName (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/92">#92</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/ec31db0166c72a693c30c7c9a49110f0f3cdba5c">ec31db0</a>)</li> </ul> <h3>Changes to the build process or auxiliary tools and libraries such as documentation generation</h3> <ul> <li>reenable temporarily disabled test case (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/104">#104</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/14effeb9e3c0be0dcf2d7dcf9540a69a8c7040de">14effeb</a>)</li> <li>upgrade substrait-core to 0.63.1 (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/101">#101</a>) (<a href="https://github.com/substrait-io/substrait-go/commit/94b5347d02f49e437f24afc7cc88f1955f284c61">94b5347</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substrait-io/substrait-go/commit/1aaa0fa625842d4b329ec2bb38528926cd06236a"><code>1aaa0fa</code></a> fix: set nullability correctly in testcase parser (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/110">#110</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/3fcd4ed8b8f58d2e9d50e07cab604281c83fcad4"><code>3fcd4ed</code></a> fix: add precision timestamp to the list of supported types (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/109">#109</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/aa74f3ec8d83d4479a5be228f7eb538f6dc717ae"><code>aa74f3e</code></a> feat: add String method to testcase (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/108">#108</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/d4f87478ac9da0edeb560e185375e7ca9d9100b2"><code>d4f8747</code></a> fix: tweak the not found in dialect message (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/107">#107</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/7fdc540895d0ecf29067efd961db9483aa82ebe7"><code>7fdc540</code></a> feat: support reads on iceberg table type (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/106">#106</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/78fdc19e6af55ee6079727b5e618ea3f031706af"><code>78fdc19</code></a> feat: add ValueString() to all literal types (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/102">#102</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/18871fbf1e500b5d343e143483873411928fe7bb"><code>18871fb</code></a> feat(substrait) Update to substrait v0.64.0 (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/105">#105</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/8c4fdcba3348c6173dd80ebd2df08bcf77d75095"><code>8c4fdcb</code></a> feat: Improve error message when numbers exceed expected precision (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/103">#103</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/14effeb9e3c0be0dcf2d7dcf9540a69a8c7040de"><code>14effeb</code></a> chore: reenable temporarily disabled test case (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/104">#104</a>)</li> <li><a href="https://github.com/substrait-io/substrait-go/commit/be0b09b7e23921752618e3e15862144b1ec9b2bc"><code>be0b09b</code></a> feat: add decimal literal to string method (<a href="https://redirect.github.com/substrait-io/substrait-go/issues/100">#100</a>)</li> <li>Additional commits viewable in <a href="https://github.com/substrait-io/substrait-go/compare/v3.2.1...v3.5.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> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org