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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.2 to 0.3.4.
   <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.4</h2>
   <h2>Changes</h2>
   <h2>✨ New Features</h2>
   <ul>
   <li>[FEAT] <code>agg_concat</code> doesn't work on strings <a 
href="https://github.com/vicky1999";><code>@​vicky1999</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2847";>#2847</a>)</li>
   <li>[FEAT] Add ability for RayRunner to run actor pool projects (beta 
feature) <a href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2881";>#2881</a>)</li>
   <li>[FEAT]: [SQL] struct subscript and json_query <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2891";>#2891</a>)</li>
   <li>[FEAT] UTF8 to binary coercion flag <a 
href="https://github.com/raunakab";><code>@​raunakab</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2893";>#2893</a>)</li>
   <li>[FEAT] Delta Lake partitioned writing <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2884";>#2884</a>)</li>
   <li>[FEAT]: add partitioning_* functions to sql <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2869";>#2869</a>)</li>
   <li>[FEAT]: add sql support for &quot;DATE &lt;date&gt;&quot; and 
&quot;DATETIME &lt;datetime&gt;&quot; <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2870";>#2870</a>)</li>
   <li>[FEAT] Add Sparse Tensor logical type <a 
href="https://github.com/michaelvay";><code>@​michaelvay</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2722";>#2722</a>)</li>
   <li>[FEAT] [SQL] Enable SQL query to run on callers scoped variables <a 
href="https://github.com/amitschang";><code>@​amitschang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2864";>#2864</a>)</li>
   <li>Revert &quot;[FEAT]: <code>shuffle_join_default_partitions</code> 
param&quot; <a href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2873";>#2873</a>)</li>
   <li>[FEAT] Iceberg partitioned writes <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2842";>#2842</a>)</li>
   <li>[FEAT]: SQL temporal functions <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2858";>#2858</a>)</li>
   <li>[FEAT]: sql list operations <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2856";>#2856</a>)</li>
   <li>[FEAT]: <code>shuffle_join_default_partitions</code> param <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2844";>#2844</a>)</li>
   <li>[FEAT] Add left/right/anti/semi joins to native executor <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2743";>#2743</a>)</li>
   </ul>
   <h2>🚀 Performance Improvements</h2>
   <ul>
   <li>[PERF] Lazily import heavy modules to speed up import times <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2826";>#2826</a>)</li>
   </ul>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[BUG] Fix display for decimal types <a 
href="https://github.com/raunakab";><code>@​raunakab</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2909";>#2909</a>)</li>
   <li>[BUG] Fix partitioning SQL scans on empty tables <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2885";>#2885</a>)</li>
   <li>[BUG] Fix concat expression typing <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2868";>#2868</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>[CHORE] Classify throttle and internal errors as Retryable in Python <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2914";>#2914</a>)</li>
   <li>[CHORE] auto-fix prefer <code>Self</code> over explicit type <a 
href="https://github.com/andrewgazelka";><code>@​andrewgazelka</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2908";>#2908</a>)</li>
   <li>[CHORE]: bump sqlparser version <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2886";>#2886</a>)</li>
   <li>[CHORE]: Move daft.sql.sql module to daft.sql <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2907";>#2907</a>)</li>
   <li>[CHORE] ignore vendored crates for codecov <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2895";>#2895</a>)</li>
   <li>[CHORE]: move <code>numeric</code> out of daft-dsl and into 
<code>daft-functions</code> <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2857";>#2857</a>)</li>
   <li>[CHORE] Update documentation for config variables <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2874";>#2874</a>)</li>
   <li>[CHORE] Move codspeed interactive tests to local files <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2872";>#2872</a>)</li>
   <li>[CHORE]: move list functions from daft-dsl to daft-functions <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2854";>#2854</a>)</li>
   <li>[CHORE] Change TPC-H q4 and q22 answers to use new join types <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2756";>#2756</a>)</li>
   <li>[CHORE] Add native executor to CI <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2855";>#2855</a>)</li>
   </ul>
   <h2>⬆️ Dependencies</h2>
   <ul>
   <li>Bump astral-sh/setup-uv from 2 to 3 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2888";>#2888</a>)</li>
   <li>Bump isbang/compose-action from 2.0.0 to 2.0.2 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2887";>#2887</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/a8602a2d0b0f5f5f35472218a49bd4dde8ceedda";><code>a8602a2</code></a>
 [CHORE] Classify throttle and internal errors as Retryable in Python (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2914";>#2914</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/45e2944e252ccdd563dc20edd9b29762e05cec1d";><code>45e2944</code></a>
 [CHORE] auto-fix prefer <code>Self</code> over explicit type (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2908";>#2908</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/d57433ad5a1d27f3efb90133ccc4fd8787f66bf0";><code>d57433a</code></a>
 [FEAT] <code>agg_concat</code> doesn't work on strings (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2847";>#2847</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/195dd003e7e7938bec3ad5dcf64dbe6e1bdf7abb";><code>195dd00</code></a>
 [FEAT] Add ability for RayRunner to run actor pool projects (beta feature) 
(#...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/05eeffb5487e495451d098309cfa1301149e06a1";><code>05eeffb</code></a>
 [FEAT]: [SQL] struct subscript and json_query (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2891";>#2891</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/260a2c78b8bbeb589cb627db139a63210c862b25";><code>260a2c7</code></a>
 [FEAT] UTF8 to binary coercion flag (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2893";>#2893</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/b519944fc6fea6ed92fc52196ffad99b9c6bd90a";><code>b519944</code></a>
 [FEAT] Delta Lake partitioned writing (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2884";>#2884</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/02b30be54e23adb51c12aee4e2719a719239fc10";><code>02b30be</code></a>
 [BUG] Fix display for decimal types (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2909";>#2909</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/e3dd6710c90e64ba62c8d2c91844b7aa71c437b8";><code>e3dd671</code></a>
 [FEAT]: add partitioning_* functions to sql (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2869";>#2869</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c66e384acb50d7ab7d1271ae02ad4bd92aeb9971";><code>c66e384</code></a>
 [CHORE]: bump sqlparser version (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2886";>#2886</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.3.2...v0.3.4";>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.3.2&new-version=0.3.4)](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

Reply via email to