dependabot[bot] opened a new pull request, #993: URL: https://github.com/apache/iceberg-python/pull/993
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.31 to 0.2.33. <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.2.33</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT]: sql case/when <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2591">#2591</a>)</li> <li>[FEAT] Add comparison of timestamps with same timezone <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2604">#2604</a>)</li> <li>[FEAT] Add support for pyiceberg v0.7 <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2594">#2594</a>)</li> <li>[FEAT] Make the <code>end</code> argument for <code>.list.slice()</code> optional <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2593">#2593</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF] Add physical plan optimizer and optimization <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2557">#2557</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG]: remove simsimd dependency <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2605">#2605</a>)</li> <li>[BUG] Fix parquet reads when a top-level column's final row spans more than one data page <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2586">#2586</a>)</li> <li>[BUG]: accept "iterable[pa.Table]" for from_arrow <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2583">#2583</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[CHORE] Fix imports on jupyter notebook examples <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2600">#2600</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Fix imports on jupyter notebook examples <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2600">#2600</a>)</li> <li>[CHORE]: ignore ".zed" directory <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2595">#2595</a>)</li> </ul> <h2>v0.2.32</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Fix resource accounting in PyRunner <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2567">#2567</a>)</li> <li>[FEAT] Add <code>.str.count_matches()</code> <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2580">#2580</a>)</li> <li>[FEAT]: streaming json <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2582">#2582</a>)</li> <li>[FEAT]: <code>embedding.cosine_distance</code> function <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2526">#2526</a>)</li> <li>[FEAT] Enable buffered iteration on plans <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2566">#2566</a>)</li> <li>[FEAT] Streaming CSV Reads <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2565">#2565</a>)</li> <li>[FEAT] Support Reading Iceberg Merge-on-Read Position Deletes <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2563">#2563</a>)</li> <li>[FEAT]: daft sql <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2558">#2558</a>)</li> <li>[FEAT] Initializes daft-sql and defines the daft.sql(..) function. <a href="https://github.com/RCHowell"><code>@RCHowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2559">#2559</a>)</li> <li>[FEAT] Add image mode casting <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2562">#2562</a>)</li> <li>[FEAT] Add tracing to local execution engine <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2556">#2556</a>)</li> <li>[FEAT] Create file when writing dataframe with no rows <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2540">#2540</a>)</li> <li>[FEAT] Add string tokenize expression <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2503">#2503</a>)</li> <li>[FEAT]: support optional rowgroups to <code>read_parquet</code> <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2534">#2534</a>)</li> <li>[FEAT] Add hashjoin, sort, and hashagg ops to new executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2530">#2530</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/9bb4b3a86d07cae3189d17aa909511679ca8f104"><code>9bb4b3a</code></a> [FEAT]: sql case/when (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2591">#2591</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/91ec88a223fd6947083950cf9ac02f1c1665f810"><code>91ec88a</code></a> [BUG]: remove simsimd dependency (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2605">#2605</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c3e822cb6832c8b3da20b030bf8e19fb59dae9d9"><code>c3e822c</code></a> [FEAT] Add comparison of timestamps with same timezone (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2604">#2604</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/73138c9145116367531af4df1189c9481b5a6e23"><code>73138c9</code></a> [FEAT] Add support for pyiceberg v0.7 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2594">#2594</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/75b011d9c11d5a0d012cadbaf50901c91ba44e30"><code>75b011d</code></a> [CHORE] Fix imports on jupyter notebook examples (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2600">#2600</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/81261c9c4c8c9955b8da9eb92a5dea60bd4b85d7"><code>81261c9</code></a> [CHORE]: ignore ".zed" directory (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2595">#2595</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/764046d55bb34abbd5c688da712a83f279bb2b56"><code>764046d</code></a> [FEAT] Make the <code>end</code> argument for <code>.list.slice()</code> optional (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2593">#2593</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/491886f9333959790069189841fdb6744936923b"><code>491886f</code></a> [BUG] Fix parquet reads when a top-level column's final row spans more than o...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a75a72cb31232e1056b766c60dd830adb1918926"><code>a75a72c</code></a> [PERF] Add physical plan optimizer and optimization (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2557">#2557</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0da87cf26efc21a9669fa7a3594549f63f6f3738"><code>0da87cf</code></a> [BUG]: accept "iterable[pa.Table]" for from_arrow (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2583">#2583</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.31...v0.2.33">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