dependabot[bot] opened a new pull request, #1397: URL: https://github.com/apache/iceberg-python/pull/1397
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.14 to 0.3.15. <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.3.15</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] run cluster on commit <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3461">#3461</a>)</li> <li>[FEAT]: Support <code>.clip</code> function <a href="https://github.com/conradsoon"><code>@conradsoon</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3136">#3136</a>)</li> <li>[FEAT] Add cluster profiles <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3426">#3426</a>)</li> <li>[FEAT] add pyiceberg 0.8.0 support <a href="https://github.com/rongfengliang"><code>@rongfengliang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3448">#3448</a>)</li> <li>[FEAT] migrate schema inference → async, block at py boundary <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3432">#3432</a>)</li> <li>[CHORE] connect: <code>df.schema</code> <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3353">#3353</a>)</li> <li>[CHORE] connect test: <code>df.get_attr</code> <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3349">#3349</a>)</li> <li>[FEAT] Get native execution enablement from DAFT_RUNNER <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3409">#3409</a>)</li> <li>[FEAT] Add ability to download log files from ray-cluster <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3406">#3406</a>)</li> <li>[FEAT] Add ability to run arbitrary command on a set working directory <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3404">#3404</a>)</li> <li>[FEAT] Add steps to spin up, submit job, and spin down ray clusters <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3403">#3403</a>)</li> <li>[CHORE] connect: add tests for <code>df.take()</code> method <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3385">#3385</a>)</li> <li>[FEAT] Create new run workflow <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3402">#3402</a>)</li> <li>[FEAT] Enable group by keys in aggregation expressions <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3399">#3399</a>)</li> <li>[FEAT] Build release python wheels and upload to AWS S3 <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3398">#3398</a>)</li> <li>[FEAT] connect: Add support for <code>select</code> <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3344">#3344</a>)</li> <li>[FEAT] connect: add <code>df.limit</code> and <code>df.first</code> <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3309">#3309</a>)</li> <li>[FEAT] connect: <code>to_daft_*</code> use ref instead of value <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3355">#3355</a>)</li> <li>[FEAT] connect: add alias support <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3342">#3342</a>)</li> <li>[FEAT] Filter predicates in SQL join <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3371">#3371</a>)</li> <li>[FEAT] connect: collect <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3326">#3326</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF] Improve hash table probe side decisions for Swordfish <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3327">#3327</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Fix extension type display <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3456">#3456</a>)</li> <li>[BUG] Remove enum imports from match statements <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3436">#3436</a>)</li> <li>[BUG] Explicitly set IO config in unity catalog load table <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3453">#3453</a>)</li> <li>[BUG] Include storage options in lance write commit <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3451">#3451</a>)</li> <li>[BUG] Replace semicolons in filenames with underscore <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3430">#3430</a>)</li> <li>[BUG] Terminate nodes instead of stopping them <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3427">#3427</a>)</li> <li>[BUG] Fix run-cluster passing in environment variables wrongly <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3422">#3422</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[FEAT]: Support <code>.clip</code> function <a href="https://github.com/conradsoon"><code>@conradsoon</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3136">#3136</a>)</li> <li>[DOCS] Shorten union of Literals <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3449">#3449</a>)</li> <li>[DOCS] Add missing list expression entries <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3428">#3428</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Add warning in PyRunner to switch to Native <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3472">#3472</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/465510f3ae18916d2f16e53cf62235dd47e74606"><code>465510f</code></a> [CHORE] Add warning in PyRunner to switch to Native (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3472">#3472</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/203dc762200e764712089d597afe800da24be394"><code>203dc76</code></a> [CHORE] Address comments on previous PR (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3473">#3473</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c9bfd910e81b3c68f6e3bd7829b323ea0bbf4616"><code>c9bfd91</code></a> [FEAT] run cluster on commit (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3461">#3461</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/acb811829c330a543a461c4d824dad8de73eb31e"><code>acb8118</code></a> [FEAT]: Support <code>.clip</code> function (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3136">#3136</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/81b43065de0c757d9a470b62ea8c5d85d6b62537"><code>81b4306</code></a> Bump orjson from 3.10.11 to 3.10.12 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3464">#3464</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6018246129a7b8ad0fa1e82f08425d0446094162"><code>6018246</code></a> Bump grpcio from 1.67.0 to 1.68.1 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3465">#3465</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c09b3409f9430eea87a6149e05e56d8017acd7d7"><code>c09b340</code></a> Bump arrow-buffer from 51.0.0 to 53.3.0 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3467">#3467</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/84a6818b8cb9919ff529bde170f4adbcc0ee4711"><code>84a6818</code></a> Bump regex-syntax from 0.7.5 to 0.8.4 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3468">#3468</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/174d44a894dd8fef2d7c5e54db8a9f52eed565e7"><code>174d44a</code></a> Bump memmap2 from 0.9.4 to 0.9.5 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3470">#3470</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8d371bc9a0c791e95fa25af53c2930338d3de6d5"><code>8d371bc</code></a> Bump image from 0.25.4 to 0.25.5 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3471">#3471</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.3.14...v0.3.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.3.14&new-version=0.3.15)](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