dependabot[bot] opened a new pull request, #399: URL: https://github.com/apache/iceberg-python/pull/399
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.12 to 0.2.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.2.13</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Add group_by.map_groups <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1825">#1825</a>)</li> <li>[FEAT] [Join Optimizations] Add sort-merge join. <a href="https://github.com/clarkzinzow"><code>@clarkzinzow</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1755">#1755</a>)</li> <li>[FEAT] is_in expression <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1811">#1811</a>)</li> <li>[FEAT] Dataframe __contains__ magic method <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1817">#1817</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF] Split parquet scan tasks into individual row groups <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1799">#1799</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Scan Operator Fix + Physical Plan Scan Task Summary <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1850">#1850</a>)</li> <li>[BUG] [Parquet] Fix double-await on <code>JoinHandle</code>s concurrency bug in Parquet reader. <a href="https://github.com/clarkzinzow"><code>@clarkzinzow</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1841">#1841</a>)</li> <li>[BUG] Incorrect expression naming for struct get <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1832">#1832</a>)</li> <li>[BUG] Fix empty struct fields <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1833">#1833</a>)</li> <li>[BUG] Fix for Iceberg schema projection <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1815">#1815</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[DOCS] Add docs for Azure IO <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1851">#1851</a>)</li> <li>[Query Planner] Add physical plan visualization option to <code>df.explain()</code>; implement <code>TreeVisitor</code> for <code>LogicalPlan</code> and <code>PhysicalPlan</code>. <a href="https://github.com/clarkzinzow"><code>@clarkzinzow</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1836">#1836</a>)</li> <li>[DOCS] Add type conversions between iceberg and daft <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1835">#1835</a>)</li> <li>[DOCS] Add dedicated Iceberg page <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1830">#1830</a>)</li> <li>[DOCS] Refactor expressions docs layout <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1816">#1816</a>)</li> <li>[CHORE] Add is_in to docs <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1819">#1819</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Remove empty line from map_groups docstring <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1842">#1842</a>)</li> <li>[CHORE] Add is_in to docs <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1819">#1819</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1fae7ad1d0d515bf113b2da649ab91bbda29751c"><code>1fae7ad</code></a> [DOCS] Add docs for Azure IO (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1851">#1851</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f74012d030decab90be1f4f02ddd6d4153ab21fd"><code>f74012d</code></a> [BUG] Scan Operator Fix + Physical Plan Scan Task Summary (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1850">#1850</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8aba8725330c3c49f30e6e105f2fcfe3bad24ed0"><code>8aba872</code></a> [PERF] Split parquet scan tasks into individual row groups (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1799">#1799</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f471738a969f8224074422ed210637bfb2b07c21"><code>f471738</code></a> [Query Planner] Add physical plan visualization option to <code>df.explain()</code>; imp...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/db7cfd1c59dec2b9e701baf9f501e984ff8bea6c"><code>db7cfd1</code></a> [BUG] [Parquet] Fix double-await on <code>JoinHandle</code>s concurrency bug in Parquet ...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/fbc026a0ddb91517039b6bf4e0180a64efe7acc9"><code>fbc026a</code></a> [BUG] Incorrect expression naming for struct get (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1832">#1832</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/caa7babfe7fd334e6a92f546c9de1f6ef0bc30b9"><code>caa7bab</code></a> [BUG] Fix empty struct fields (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1833">#1833</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1fcb70ef5fd64b194feab64de3a984a24c62cfe9"><code>1fcb70e</code></a> [CHORE] Remove empty line from map_groups docstring (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1842">#1842</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1b5d4a6671f9e40ef47c6b24fdab236150468c8c"><code>1b5d4a6</code></a> [DOCS] Add type conversions between iceberg and daft (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1835">#1835</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/ac9ffcfecfe7ff5d17c3532c5f4fb74a25d90e6f"><code>ac9ffcf</code></a> [FEAT] Add group_by.map_groups (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/1825">#1825</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.12...v0.2.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