dependabot[bot] opened a new pull request, #1228: URL: https://github.com/apache/iceberg-python/pull/1228
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.2 to 0.3.8. <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.8</h2> <h2>Changes</h2> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Register super extension on to_arrow <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3030">#3030</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[DOCUMENTATION] add value counts to rst <a href="https://github.com/andrewgazelka"><code>@​andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3032">#3032</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[DOCUMENTATION] add value counts to rst <a href="https://github.com/andrewgazelka"><code>@​andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3032">#3032</a>)</li> </ul> <h2>v0.3.7</h2> <h2>Changes</h2> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Fix reading of logical types from streaming parquet <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3027">#3027</a>)</li> <li>[BUG] Fix reading of logical types from Parquet files in s3 <a href="https://github.com/jaychia"><code>@​jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3026">#3026</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Enable read_sql for swordfish <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2918">#2918</a>)</li> </ul> <h2>v0.3.6</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Implement standard deviation <a href="https://github.com/raunakab"><code>@​raunakab</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3005">#3005</a>)</li> <li>[FEAT] Add time travel to read_deltalake <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3022">#3022</a>)</li> <li>[FEAT] agg_list support for list and struct types <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3019">#3019</a>)</li> <li>[FEAT] Cast SparseTensor and FixedShapeSparseTensor to Python <a href="https://github.com/sagiahrac"><code>@​sagiahrac</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3010">#3010</a>)</li> <li>[FEAT] add <code>list.value_counts()</code> <a href="https://github.com/andrewgazelka"><code>@​andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2902">#2902</a>)</li> <li>[FEAT] Infer timedelta literal as duration <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3011">#3011</a>)</li> <li>[DOCS] Naming consistency of <code>length</code> functions <a href="https://github.com/vicky1999"><code>@​vicky1999</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2942">#2942</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Pass parquet2 io errors correctly into arrow2 <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3012">#3012</a>)</li> <li>[BUG] Fix actor pool project splitting when column is not renamed <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2998">#2998</a>)</li> <li>[BUG] Add resources to Ray stateful UDF actor <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2987">#2987</a>)</li> <li>[BUG] Fix join errors with same key name joins (resolves <a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2649">#2649</a>) <a href="https://github.com/anmolsingh20"><code>@​anmolsingh20</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2877">#2877</a>)</li> <li>[BUG]: error messages for add <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2990">#2990</a>)</li> </ul> <h2>📖 Documentation</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/ab1b772ab2efc3374d5de30c62e55202ee1b107b"><code>ab1b772</code></a> [BUG] Register super extension on to_arrow (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3030">#3030</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f4c3afabaf79a64174997dfe39c4ff3ca3859d49"><code>f4c3afa</code></a> [DOCUMENTATION] add value counts to rst (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3032">#3032</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f5d365b6663a4cda07e21fbb41171f38361a8d2a"><code>f5d365b</code></a> [BUG] Fix reading of logical types from streaming parquet (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3027">#3027</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9ae8122f782cc53e45e91eb37966d275763bb88f"><code>9ae8122</code></a> [BUG] Fix reading of logical types from Parquet files in s3 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3026">#3026</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/73ff3f37c6078a19d9bbaeb6fb9a203e8a527724"><code>73ff3f3</code></a> [CHORE] Enable read_sql for swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2918">#2918</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/64b8699617c3842106d064cc753777c4d143d533"><code>64b8699</code></a> [FEAT] Implement standard deviation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3005">#3005</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f99579212d92157230d2c22f1c5b65816b67d727"><code>f995792</code></a> [FEAT] Add time travel to read_deltalake (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3022">#3022</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3f37a69e37211d5aa17f416096cb4eb9a22e3b7a"><code>3f37a69</code></a> [FEAT] agg_list support for list and struct types (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3019">#3019</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c2397bf1c267710a07a4768f5373735925ecc7f3"><code>c2397bf</code></a> [FEAT] Cast SparseTensor and FixedShapeSparseTensor to Python (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3010">#3010</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/648b804d05ba478a1c0e4709d1c2e90eaa8fcb00"><code>648b804</code></a> [BUG] Pass parquet2 io errors correctly into arrow2 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3012">#3012</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.3.2...v0.3.8">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