dependabot[bot] opened a new pull request, #942:
URL: https://github.com/apache/iceberg-python/pull/942

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.29 to 0.2.31.
   <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.31</h2>
   <h2>Changes</h2>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[BUG] Fix bug with map_groups UDFs that return more than 1 output row 
for empty partitions <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2532";>#2532</a>)</li>
   <li>[BUG] Use shared thread pool for multiple running instances of df on 
pyrunner <a href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2502";>#2502</a>)</li>
   <li>[BUG] Fix bug with multi-partition <code>any_value</code> <a 
href="https://github.com/Vince7778";><code>@​Vince7778</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2531";>#2531</a>)</li>
   <li>[BUG] Allow for Parquet reading from files with differing schemas <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2514";>#2514</a>)</li>
   <li>[BUG] With_new_children not implemented for sample <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2528";>#2528</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>[CHORE] add pytest benchmarking for local testing of execution engine <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2523";>#2523</a>)</li>
   </ul>
   <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 &gt;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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/6835cff92cbad32f4116e09aa17813101bd7e48c";><code>6835cff</code></a>
 [BUG] Fix bug with map_groups UDFs that return more than 1 output row for 
emp...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/afcfecd5265c924a0cb38e5a17c6f88b459be878";><code>afcfecd</code></a>
 [BUG] Use shared thread pool for multiple running instances of df on 
pyrunner...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c61f4da27944a8ae5a4fb584890f0442de319f23";><code>c61f4da</code></a>
 [BUG] Fix bug with multi-partition <code>any_value</code> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2531";>#2531</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/69836351c55e5e98c79628b9608a61a3562a647b";><code>6983635</code></a>
 [BUG] Allow for Parquet reading from files with differing schemas (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2514";>#2514</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a226d00fc9e9975ffa93f9aae59633c3e07bd08d";><code>a226d00</code></a>
 [BUG] With_new_children not implemented for sample (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2528";>#2528</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/346868e12bfa193d7f6bdef53d54955c5b0f46b3";><code>346868e</code></a>
 [CHORE] add pytest benchmarking for local testing of execution engine (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2523";>#2523</a>)</li>
   <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>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.2.29...v0.2.31";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.2.29&new-version=0.2.31)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to