-
Notifications
You must be signed in to change notification settings - Fork 426
Build: Bump getdaft from 0.4.16 to 0.4.18 #2060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.16 to 0.4.18. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Commits](Eventual-Inc/Daft@v0.4.16...v0.4.18) --- updated-dependencies: - dependency-name: getdaft dependency-version: 0.4.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
kevinjqliu
approved these changes
Jun 3, 2025
amitgilad3
pushed a commit
to amitgilad3/iceberg-python
that referenced
this pull request
Jul 7, 2025
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gabeiglio
pushed a commit
to Netflix/iceberg-python
that referenced
this pull request
Aug 13, 2025
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps getdaft from 0.4.16 to 0.4.18.
Release notes
Sourced from getdaft's releases.
... (truncated)
Commits
b7af7d6fix: Implement dedicated map growable (#4435)00a302bfix: update broken-link-checker.yml (#4440)7573cdbfix: casting from list(list(T)) to list(tensor(T, shape)) (#4437)5db2e18chore: Upgrade Ruff ruleset to 3.9 and add `from future import annotation...1714b53fix: Ensure additional columns are passed through granular projection splitti...88baf41fix: Improve UDF errors (#4424)52e74fdci: Add retries to requirements installation (#4430)2e60afffeat(catalogs): enable Rust usage of Python catalogs and tables (#4394)75cfc69ci: Up broken link checker retries (#4429)0eb5896fix(dashboard): broadcast url (#4404)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)