dependabot[bot] opened a new pull request, #2060: URL: https://github.com/apache/iceberg-python/pull/2060
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.16 to 0.4.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Eventual-Inc/Daft/releases">getdaft's releases</a>.</em></p> <blockquote> <h2>v0.4.18</h2> <h2>What's Changed 🚀</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Implement dedicated map growable <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li> <li>fix: update broken-link-checker.yml <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li> <li>fix: casting from list(list(T)) to list(tensor(T, shape)) <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li> <li>fix: Ensure additional columns are passed through granular projection splitting <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4423">#4423</a>)</li> <li>fix: Improve UDF errors <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: Upgrade Ruff ruleset to 3.9 and add <code>from __future__ import annotations</code> <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4393">#4393</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18">https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18</a></p> <h2>v0.4.17</h2> <h2>What's Changed 🚀</h2> <ul> <li>build: make dashboard self contained again, except when running in ci <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4417">#4417</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat(catalogs): enable Rust usage of Python catalogs and tables <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li> <li>feat: adds functions prelude and clean up contributing notes. <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4416">#4416</a>)</li> <li>feat: Add duration expressions <a href="https://github.com/rohitkulshreshtha"><code>@rohitkulshreshtha</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4391">#4391</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(dashboard): broadcast url <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li> <li>fix: substr with null args <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4415">#4415</a>)</li> <li>fix: Enable strict mode for mypy in pre-commit <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4422">#4422</a>)</li> <li>fix: Fix iceberg docker compose entrypoint command <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4428">#4428</a>)</li> <li>fix: Progress bar no longer panics <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4421">#4421</a>)</li> <li>fix(spark-connect): withColumnRenamed now preserves non-renamed columns <a href="https://github.com/jwills"><code>@jwills</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4418">#4418</a>)</li> <li>fix(mypy): mypy fixes for daft.runners <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4392">#4392</a>)</li> <li>fix: Add s3n to parse_url <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4405">#4405</a>)</li> <li>fix(tests): add retry to pyarrow parquet read <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4408">#4408</a>)</li> <li>fix(ci): import matplotlib for window function tutorial <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4407">#4407</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor(exprs): literal support for FunctionArgs proc macro <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4401">#4401</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Fix docs generation for <code>Expression.embedding.cosine_distance</code> <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4419">#4419</a>)</li> <li>docs: fix readthedocs version dropdown <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4406">#4406</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b7af7d6aa8e14ff784cf79877719ecfdc4ee061e"><code>b7af7d6</code></a> fix: Implement dedicated map growable (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/00a302b502ea2965c2a974660158f0914839bdc6"><code>00a302b</code></a> fix: update broken-link-checker.yml (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7573cdbaa4e00026e31be9c398680593da2e23b4"><code>7573cdb</code></a> fix: casting from list(list(T)) to list(tensor(T, shape)) (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5db2e18e5c8253d671115a675f4322ad81b1e709"><code>5db2e18</code></a> chore: Upgrade Ruff ruleset to 3.9 and add `from <strong>future</strong> import annotation...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1714b537a78b8e5f4f676f7735a1eac8b0ad6aff"><code>1714b53</code></a> fix: Ensure additional columns are passed through granular projection splitti...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/88baf41adc0690a87a96d0a10162a3cd103db714"><code>88baf41</code></a> fix: Improve UDF errors (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/52e74fd3c84f2895ab8d0efcfa28a30484a71454"><code>52e74fd</code></a> ci: Add retries to requirements installation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4430">#4430</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/2e60afffc5fe289679b14c3193c21444993f9dec"><code>2e60aff</code></a> feat(catalogs): enable Rust usage of Python catalogs and tables (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/75cfc69f8faf58f2f1c67843e44efbc927dff326"><code>75cfc69</code></a> ci: Up broken link checker retries (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4429">#4429</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0eb5896313186c434e0f5f7d45b0a2033cc30e6f"><code>0eb5896</code></a> fix(dashboard): broadcast url (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.16...v0.4.18">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