dependabot[bot] opened a new pull request, #1503: URL: https://github.com/apache/iceberg-python/pull/1503
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.1 to 0.4.2. <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.2</h2> <h2>What's Changed 🚀</h2> <ul> <li>build: Publish A Long Term Support CPU Release of Daft <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3650">#3650</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat(connect): <code>printSchema</code> <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3617">#3617</a>)</li> <li>feat: Allow building probe table for either side of anti semi joins <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3643">#3643</a>)</li> <li>feat(optimizer): Add join reordering as an optimizer rule <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3642">#3642</a>)</li> <li>feat(swordfish): Memory manager <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3599">#3599</a>)</li> <li>feat(scantask-2): Implement new module for splitting Parquet ScanTask <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3628">#3628</a>)</li> <li>feat(scantask-1): add a config flag for new scantask splitting algorithm <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3615">#3615</a>)</li> <li>feat: Support intersect all and except distinct/all in DataFrame API <a href="https://github.com/advancedxy"><code>@advancedxy</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3537">#3537</a>)</li> <li>feat: support new PyIceberg IO properties and custom IOConfig in write_iceberg <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3633">#3633</a>)</li> <li>feat(expressions): Extend Expression.url.upload() to support row-specific URLs <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3518">#3518</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: special characters in GCS urls <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3651">#3651</a>)</li> <li>fix(swordfish): Track future poll times for explain analyze <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3511">#3511</a>)</li> </ul> <h2>👷 CI</h2> <ul> <li>ci: Improve visualization of tpcds + tpch benchmarking outputs <a href="https://github.com/raunakab"><code>@raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3654">#3654</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: update PyO3 version to 0.23 <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3647">#3647</a>)</li> <li>chore: Fix parquet benchmark test <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3632">#3632</a>)</li> <li>chore: Clean up join order iteration <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3638">#3638</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <ul> <li>build(deps-dev): bump moto[s3,server] from 5.0.21 to 5.0.26 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3640">#3640</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.1...v0.4.2">https://github.com/Eventual-Inc/Daft/compare/v0.4.1...v0.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/43bbbebe95a344b2ffe6af778dfc47222d2030e6"><code>43bbbeb</code></a> ci: Improve visualization of tpcds + tpch benchmarking outputs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3654">#3654</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3479b1c04a4bb2aee707ec2a484847c65ae12044"><code>3479b1c</code></a> chore: update PyO3 version to 0.23 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3647">#3647</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e0a2f69dfdc8bf45d5e13bacd97a400062a1f8b9"><code>e0a2f69</code></a> build: Publish A Long Term Support CPU Release of Daft (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3650">#3650</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/519afcea6b0046f4bc723ffa5d97a9326b2e747c"><code>519afce</code></a> feat(connect): <code>printSchema</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3617">#3617</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/426ddd084131b2afe9d713935d4cb14c477dea25"><code>426ddd0</code></a> fix: special characters in GCS urls (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3651">#3651</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/2de6787d371da73dc65a233e8645542f604dce7c"><code>2de6787</code></a> feat: Allow building probe table for either side of anti semi joins (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3643">#3643</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1562569f5e0975128fe9eefdef2a6521041f8ea0"><code>1562569</code></a> feat(optimizer): Add join reordering as an optimizer rule (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3642">#3642</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e6c084f5e89ddedb75f2440ab74eec8e425f87bd"><code>e6c084f</code></a> fix(swordfish): Track future poll times for explain analyze (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3511">#3511</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/eeacc4766920e10bbad9c728fd8ea6922847c778"><code>eeacc47</code></a> feat(swordfish): Memory manager (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3599">#3599</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e2d4c86cc06f3fdcd38ebfc5e655d4c499b01685"><code>e2d4c86</code></a> feat(scantask-2): Implement new module for splitting Parquet ScanTask (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3628">#3628</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.1...v0.4.2">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