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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.3.13 to 0.3.14.
   <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.14</h2>
   <h2>Changes</h2>
   <h2>✨ New Features</h2>
   <ul>
   <li>[FEAT]: sql HAVING <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3364";>#3364</a>)</li>
   <li>[FEAT] consolidate Spark session fixture into conftest.py <a 
href="https://github.com/andrewgazelka";><code>@​andrewgazelka</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3341";>#3341</a>)</li>
   <li>[FEAT]: allow for implicit coercion between str &amp; date <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3337";>#3337</a>)</li>
   <li>[FEAT] daft-connect range use python generator <a 
href="https://github.com/andrewgazelka";><code>@​andrewgazelka</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3308";>#3308</a>)</li>
   <li>[FEAT] Monotonically Increasing Id for Swordfish <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3180";>#3180</a>)</li>
   <li>[FEAT] Support for correlated subqueries in SQL (not yet executable) <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3304";>#3304</a>)</li>
   <li>[FEAT]: SQL read_csv <a 
href="https://github.com/itzhakstern";><code>@​itzhakstern</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3255";>#3255</a>)</li>
   <li>[FEAT] Daft Catalog API <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3036";>#3036</a>)</li>
   <li>[FEAT]: allow <code>is_in</code> to take in <code>Vec&lt;Expr&gt;</code> 
instead of <code>Expr</code> <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3294";>#3294</a>)</li>
   <li>[FEAT] Lance writes for swordfish <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3299";>#3299</a>)</li>
   <li>[FEAT] Support for aggregation expressions that use multiple AggExprs <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3296";>#3296</a>)</li>
   <li>[FEAT] SQL union/union all and sql intersect <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3274";>#3274</a>)</li>
   </ul>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[BUG] Implement deserialize for Python objects serialized as sequences 
<a href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3339";>#3339</a>)</li>
   <li>[BUG]: tbl alias with join <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3333";>#3333</a>)</li>
   <li>[BUG] Fixes regexp_replace expression <a 
href="https://github.com/ConeyLiu";><code>@​ConeyLiu</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3306";>#3306</a>)</li>
   <li>[BUG] Fix ray wait in RayPartitionSet <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3251";>#3251</a>)</li>
   <li>[BUG] Partially qualified joins <code>join a.x = y</code> and <code>join 
x = b.y</code> <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3290";>#3290</a>)</li>
   <li>[BUG] Check env in benchmarking script <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3297";>#3297</a>)</li>
   <li>[BUG] Fix writes for empty dataframes if target directory does not exist 
<a href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3278";>#3278</a>)</li>
   <li>[BUG]:  panic in sql subquery <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3291";>#3291</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>[DOCS] Fix typo in limit example <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3303";>#3303</a>)</li>
   <li>[DOCS] Update incomplete SQL doc pages <a 
href="https://github.com/willvo2004";><code>@​willvo2004</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3298";>#3298</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>[CHORE]: prepare for nulls first/last kernels <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3301";>#3301</a>)</li>
   <li>[CHORE] Fix join alias test <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3335";>#3335</a>)</li>
   <li>Bump bytemuck from 1.16.3 to 1.19.0 <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3171";>#3171</a>)</li>
   <li>[CHORE]: move utf8 functions from daft-dsl to daft-functions  <a 
href="https://github.com/ConeyLiu";><code>@​ConeyLiu</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3101";>#3101</a>)</li>
   <li>[CHORE] Swordfish refactors <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3256";>#3256</a>)</li>
   <li>[CHORE]: better subquery handling <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3295";>#3295</a>)</li>
   <li>[CHORE] Possibility to create environment with system installed uv <a 
href="https://github.com/maruschin";><code>@​maruschin</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3281";>#3281</a>)</li>
   <li>[CHORE]: defer Expr subquery error until eval <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3272";>#3272</a>)</li>
   <li>[CHORE] Fix style in workflow file <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3284";>#3284</a>)</li>
   </ul>
   <h2>⬆️ Dependencies</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/b6695ebf15a0008d57ff39bc50083907a8098116";><code>b6695eb</code></a>
 [FEAT]: sql HAVING (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3364";>#3364</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/bdfb8c6feb9609b7665b971e1d64d937ed2e357c";><code>bdfb8c6</code></a>
 [FEAT] consolidate Spark session fixture into conftest.py (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3341";>#3341</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/ec24c80867f4f466dafdfd12d172b433b709f3f8";><code>ec24c80</code></a>
 [BUG] Implement deserialize for Python objects serialized as sequences (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3339";>#3339</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/b89ee3d74b96d9d648431bcd20269996b2ed7cda";><code>b89ee3d</code></a>
 [FEAT]: allow for implicit coercion between str &amp; date (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3337";>#3337</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/066cde124e454a436aae0cc871845a0793bcfbaf";><code>066cde1</code></a>
 [FEAT] daft-connect range use python generator (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3308";>#3308</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/731a73ed6a2baf621c3f69cf1b4a0a07e4a180cf";><code>731a73e</code></a>
 [FEAT] Monotonically Increasing Id for Swordfish (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3180";>#3180</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/7922d2d810ff92b00008d877aa9a6553bc0dedab";><code>7922d2d</code></a>
 [CHORE]: prepare for nulls first/last kernels (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3301";>#3301</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a9bf7c0db73b813c0392d5367b3f547673ab0e52";><code>a9bf7c0</code></a>
 [CHORE] Fix join alias test (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3335";>#3335</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/25304eb977d7311fa4e945032407c129c883baf6";><code>25304eb</code></a>
 [FEAT] Support for correlated subqueries in SQL (not yet executable) (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3304";>#3304</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/dab006f971e4fd2fbd979fa27611eccc5a7d2668";><code>dab006f</code></a>
 [BUG]: tbl alias with join (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3333";>#3333</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.3.13...v0.3.14";>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.13&new-version=0.3.14)](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