dependabot[bot] opened a new pull request, #1225: URL: https://github.com/apache/iceberg-python/pull/1225
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.2 to 0.3.6. <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.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> <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>[DOC] fix link in doc <a href="https://github.com/amitschang"><code>@amitschang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2944">#2944</a>)</li> <li>[DOCS] Update readme to use python syntax highlighting <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3006">#3006</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> <li>[DOCS] Update readme to correctly reflect new messaging <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3001">#3001</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] add/fix many clippy lints <a href="https://github.com/andrewgazelka"><code>@andrewgazelka</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2978">#2978</a>)</li> </ul> <h2>v0.3.5</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT]: sql <code>read_deltalake</code> function <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2974">#2974</a>)</li> <li>[FEAT]: SQL add hash and minhash <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2948">#2948</a>)</li> <li>[FEAT] Enable init args for stateful UDFs <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2956">#2956</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG]: add count_matches and fix a bunch of str functions <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2946">#2946</a>)</li> <li>[BUG] Writes from empty partitions should return empty micropartitions with non-null schema <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2952">#2952</a>)</li> <li>[CHORE] Enable test_creation and test_parquet for native executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2672">#2672</a>)</li> <li>[BUG] improve error reporting for multistatement sql <a href="https://github.com/amitschang"><code>@amitschang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2916">#2916</a>)</li> <li>[BUG]: sql nested and wildcard <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2937">#2937</a>)</li> <li>[BUG] Enable groupby with alias for native executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2917">#2917</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/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><a href="https://github.com/Eventual-Inc/Daft/commit/272163f718e60026530a2d3120a693cb985e112d"><code>272163f</code></a> [DOC] fix link in doc (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2944">#2944</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0c390074f55af3ed40238ae2013c8d1fac713af5"><code>0c39007</code></a> [CHORE] add/fix many clippy lints (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2978">#2978</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/98dbadb275a5e7df62289769b2e37dc18ea338f4"><code>98dbadb</code></a> [FEAT] add <code>list.value_counts()</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2902">#2902</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f5cf5af32f02182d4b93f398771ccc700e420b69"><code>f5cf5af</code></a> [FEAT] Infer timedelta literal as duration (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3011">#3011</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/396c004e086e36357d03d99fac6b983ef172c353"><code>396c004</code></a> [DOCS] Update readme to use python syntax highlighting (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3006">#3006</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.3.2...v0.3.6">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