dependabot[bot] opened a new pull request, #940: URL: https://github.com/apache/iceberg-python/pull/940
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.29 to 0.2.30. <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.30</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Decouple pipeline building and running from new executor <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2522">#2522</a>)</li> <li>[FEAT] Add concat to new execution model + buffered intermediate ops <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2519">#2519</a>)</li> <li>[FEAT] Math Ops for FixedSizeList / FixedShapeTensor / Embedding Type <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2507">#2507</a>)</li> <li>[FEAT] adding transform functionality <a href="https://github.com/otacilio-psf"><code>@otacilio-psf</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2498">#2498</a>)</li> <li>[FEAT] List chunk expression <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2491">#2491</a>)</li> <li>[FEAT] Refactors and agg improvements for new local execution model <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2497">#2497</a>)</li> <li>[FEAT]: dyn function registry <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2466">#2466</a>)</li> <li>[FEAT] New Local Execution Model <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2437">#2437</a>)</li> <li>[FEAT] Implement hashing and groupby on lists <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2464">#2464</a>)</li> <li>[FEAT] Add upload functionality to binary columns <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2461">#2461</a>)</li> <li>[FEAT] List slice expression <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2479">#2479</a>)</li> <li>[FEAT] add bit shift functions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2453">#2453</a>)</li> <li>[FEAT] Implements trigonometry expressions: arctanh arccosh arcsinh <a href="https://github.com/fedemagnani"><code>@fedemagnani</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2476">#2476</a>)</li> <li>[FEAT] Microsoft Fabric support in AzureConfig <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2465">#2465</a>)</li> </ul> <h2>🚀 Performance Improvements</h2> <ul> <li>[PERF]: dont read parquet metadata multiple times <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2358">#2358</a>)</li> <li>[PERF] Local Execution Plan <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2489">#2489</a>)</li> <li>[PERF] Optimize string normalization <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2474">#2474</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] merge conflict for python catalog scan task <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2517">#2517</a>)</li> <li>[BUG] Add retries for write timeout errors <a href="https://github.com/mauriceweber"><code>@mauriceweber</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2508">#2508</a>)</li> <li>[BUG] Use Daft s3 credentials chain for deltalake reads <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2486">#2486</a>)</li> <li>[BUG] Support delta-rs version >0.17.4 in deltalake writes <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2488">#2488</a>)</li> <li>[BUG] Fix anti-join on different column names <a href="https://github.com/Vince7778"><code>@Vince7778</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2477">#2477</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[FEAT] adding transform functionality <a href="https://github.com/otacilio-psf"><code>@otacilio-psf</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2498">#2498</a>)</li> <li>[DOCS] Tutorial: FOTW data access <a href="https://github.com/avriiil"><code>@avriiil</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2384">#2384</a>)</li> <li>[FEAT] List chunk expression <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2491">#2491</a>)</li> <li>[DOCS] Enhance Dataframe / Expressions examples <a href="https://github.com/sunaysanghani"><code>@sunaysanghani</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2360">#2360</a>)</li> <li>[FEAT] add bit shift functions <a href="https://github.com/murex971"><code>@murex971</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2453">#2453</a>)</li> <li>[FEAT] Implements trigonometry expressions: arctanh arccosh arcsinh <a href="https://github.com/fedemagnani"><code>@fedemagnani</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2476">#2476</a>)</li> <li>[DOCS] Adds RunLLM widget <a href="https://github.com/vsreekanti"><code>@vsreekanti</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2462">#2462</a>)</li> <li>[DOCS] Fix broken example URL <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2467">#2467</a>)</li> <li>[FEAT] Microsoft Fabric support in AzureConfig <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2465">#2465</a>)</li> <li>[DOCS] Remove unsupported map get doc example <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2452">#2452</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] remove tokio-stream as dep <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2521">#2521</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/474427a211a91a1673838f20dfe8656e06544150"><code>474427a</code></a> [FEAT] Decouple pipeline building and running from new executor (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2522">#2522</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/11bd106c668325d20a1661f726b366bd71c8150d"><code>11bd106</code></a> [CHORE] remove tokio-stream as dep (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2521">#2521</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/fe98e804b16820450db6683016311ec4a318f90c"><code>fe98e80</code></a> [CHORE] drop unused deps and add machete CI check (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2520">#2520</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/eb040ce981babbb07fe799d77d7bc594caf525f0"><code>eb040ce</code></a> [FEAT] Add concat to new execution model + buffered intermediate ops (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2519">#2519</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b4446b0f127d94d703e189057562a50d00a4b695"><code>b4446b0</code></a> [FEAT] Math Ops for FixedSizeList / FixedShapeTensor / Embedding Type (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2507">#2507</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/924c9052bf9dee24c391e1cb482f8437ee32ade2"><code>924c905</code></a> [CHORE] fix incremental builds with vscode rust analyzer (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2515">#2515</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a0b634c20ea4dd5845ae886c11c7a44c79aef8bc"><code>a0b634c</code></a> [CHORE] Disable Python as default feature and have maturin enable it by defau...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/29af6bf8d41b1ce6c29bc0b269daa4a318285a52"><code>29af6bf</code></a> [BUG] merge conflict for python catalog scan task (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2517">#2517</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c5f2d4aac4ce86effeb3f1efe6199ad26a91f8f3"><code>c5f2d4a</code></a> [PERF]: dont read parquet metadata multiple times (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2358">#2358</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c02d61150378c6a642f78f1d857b07e96c483ae5"><code>c02d611</code></a> [FEAT] adding transform functionality (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2498">#2498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.29...v0.2.30">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