dependabot[bot] opened a new pull request, #1320: URL: https://github.com/apache/iceberg-python/pull/1320
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.12 to 0.3.13. <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.13</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Pre Shuffle Merge Strategy <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3191">#3191</a>)</li> <li>[FEAT] Minimal indices dtype for FixedShapeSparseTensors <a href="https://github.com/sagiahrac"><code>@sagiahrac</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3149">#3149</a>)</li> <li>[FEAT] implement range operation and data streaming <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3267">#3267</a>)</li> <li>[FEAT] Support intersect as a DataFrame API <a href="https://github.com/advancedxy"><code>@advancedxy</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3134">#3134</a>)</li> <li>[FEAT] Adds a <code>read_generator</code> method that reads tables from a generator <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3258">#3258</a>)</li> <li>[FEAT] Add initial Spark Connect support <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3261">#3261</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Always run telemetry codepath <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3275">#3275</a>)</li> <li>[BUG] Cleanup context side-effects <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3270">#3270</a>)</li> <li>[BUG]: bad merge from intersect PR <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3273">#3273</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[FEAT] Minimal indices dtype for FixedShapeSparseTensors <a href="https://github.com/sagiahrac"><code>@sagiahrac</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3149">#3149</a>)</li> <li>[DOCS] Use an absolute path for the canonical link <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3271">#3271</a>)</li> <li>[DOCS] Set canonical link <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3269">#3269</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Allow manual launch of release-drafter.yml <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3283">#3283</a>)</li> <li>[CHORE] add daftrunner env to install and test step <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3279">#3279</a>)</li> <li>[CHORE] Remove the concept of runner configs <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3276">#3276</a>)</li> <li>[CHORE] Expose read_sql partition bound strategy and default to min-max <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3246">#3246</a>)</li> <li>[CHORE]: remove daft-table dependency from daft-logical-plan <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3265">#3265</a>)</li> <li>[CHORE] Remove daft-scan dependency from planning crates <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3250">#3250</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/769ec980f25622511b1ad4e94cfb1c3f5a9e715d"><code>769ec98</code></a> [CHORE] Allow manual launch of release-drafter.yml (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3283">#3283</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/d9780584d86cdb6140a5366af58fb2288990add7"><code>d978058</code></a> [FEAT] Pre Shuffle Merge Strategy (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3191">#3191</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5115c32b7660bc40827c3e10fee66b825d604a65"><code>5115c32</code></a> [CHORE] add daftrunner env to install and test step (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3279">#3279</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e430942d39ae7300be30f0e8a577dda3428dfc85"><code>e430942</code></a> [CHORE] Remove the concept of runner configs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3276">#3276</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/2c5967500d25d97c26ec5be6af3d410687862d9a"><code>2c59675</code></a> [BUG] Always run telemetry codepath (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3275">#3275</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0d2bb2aa0ac753c4160b899013e3773172c76537"><code>0d2bb2a</code></a> [FEAT] Minimal indices dtype for FixedShapeSparseTensors (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3149">#3149</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a61e8a4f35b31ea3982a672d8701884bea567b78"><code>a61e8a4</code></a> [BUG] Cleanup context side-effects (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3270">#3270</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/bd4e944207c1b32e7652b19e5edfd8a66dfee955"><code>bd4e944</code></a> [CHORE] Expose read_sql partition bound strategy and default to min-max (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3246">#3246</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1a4d259401181781e4e9e766de47802f47eb262a"><code>1a4d259</code></a> [FEAT] implement range operation and data streaming (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3267">#3267</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/62a936eb236385a981481e9d4c3f190750541e36"><code>62a936e</code></a> [BUG]: bad merge from intersect PR (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3273">#3273</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.3.12...v0.3.13">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