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

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.21 to 0.2.23.
   <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.23</h2>
   <h2>Changes</h2>
   <h2>✨ New Features</h2>
   <ul>
   <li>[FEAT] Read from LanceDB <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2195";>#2195</a>)</li>
   <li>.sqrt() expression <a 
href="https://github.com/dmaymay";><code>@​dmaymay</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2180";>#2180</a>)</li>
   </ul>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[BUG] Propagate errors when hitting them in parquet byte stream <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2214";>#2214</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>.sqrt() expression <a 
href="https://github.com/dmaymay";><code>@​dmaymay</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2180";>#2180</a>)</li>
   <li>[Docs] Add Dask to DF Comparison FAQ <a 
href="https://github.com/avriiil";><code>@​avriiil</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2210";>#2210</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>[CHORE]: statically link liblzma <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2213";>#2213</a>)</li>
   </ul>
   <h2>v0.2.22</h2>
   <h2>Changes</h2>
   <p>This is the last release that will support Python 3.7 which has been EOL 
for about a year now.</p>
   <h2>✨ New Features</h2>
   <ul>
   <li>[FEAT] Rust side exceptions for Transient Errors <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2197";>#2197</a>)</li>
   <li>[FEAT] Enable anonymous S3 access for Delta <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2206";>#2206</a>)</li>
   <li>[FEAT] Improve Hudi support for more scenarios <a 
href="https://github.com/xushiyan";><code>@​xushiyan</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2149";>#2149</a>)</li>
   <li>[FEAT] try python 3.11 for releases <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2184";>#2184</a>)</li>
   <li>[FEAT] Timestamp Truncation <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2158";>#2158</a>)</li>
   <li>[FEAT] Enhance temporal arithmetic functionalities <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2146";>#2146</a>)</li>
   <li>[FEAT] Add logarithmic expressions <a 
href="https://github.com/murex971";><code>@​murex971</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2168";>#2168</a>)</li>
   <li>[PERF] Move <code>with_column</code> and <code>exclude</code> function 
logic to Rust side, add <code>with_columns</code> <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2167";>#2167</a>)</li>
   <li>[FEAT] Allow for variadic kwargs in UDFs <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2162";>#2162</a>)</li>
   <li>[FEAT] hide stack traces of wrappers for pytest / ipython <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2159";>#2159</a>)</li>
   <li>[FEAT] Improve query building in read_sql <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2144";>#2144</a>)</li>
   </ul>
   <h2>🚀 Performance Improvements</h2>
   <ul>
   <li>[PERF] Move <code>with_column</code> and <code>exclude</code> function 
logic to Rust side, add <code>with_columns</code> <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2167";>#2167</a>)</li>
   <li>[PERF] Refactor TreeNode to be native to Arc&lt;TreeNode&gt; <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2175";>#2175</a>)</li>
   </ul>
   <h2>👾 Bug Fixes</h2>
   <ul>
   <li>[FEAT] Improve Hudi support for more scenarios <a 
href="https://github.com/xushiyan";><code>@​xushiyan</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2149";>#2149</a>)</li>
   <li>[BUG] bump arrow2 to use copy ptr instead of from_raw_parts <a 
href="https://github.com/samster25";><code>@​samster25</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2194";>#2194</a>)</li>
   <li>[BUG] Fix empty inputs case for string kernels <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2165";>#2165</a>)</li>
   <li>[BUG] Fix tuple inputs in UDF <a 
href="https://github.com/jaychia";><code>@​jaychia</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2161";>#2161</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/c4928f83013285afffed670ea5922f5bc6543bc1";><code>c4928f8</code></a>
 [FEAT] Read from LanceDB (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2195";>#2195</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/e3756f5dcc635915287c36ed6aafbf7da9582242";><code>e3756f5</code></a>
 .sqrt() expression (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2180";>#2180</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/0e44d05aa2c8fc0c13338ccd4e7a89c9a9b155d8";><code>0e44d05</code></a>
 [Docs] Add Dask to DF Comparison FAQ (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2210";>#2210</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/339e4a18a4bbb80c641a7aa983bcd5f707a49705";><code>339e4a1</code></a>
 [BUG] Propagate errors when hitting them in parquet byte stream (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2214";>#2214</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/ce7cec55522290b498d825235f7f47774ce32e51";><code>ce7cec5</code></a>
 [CHORE]: statically link liblzma (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2213";>#2213</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/c439cbc59e8b68e2ceac367b21de75bf3751c844";><code>c439cbc</code></a>
 [FEAT] Rust side exceptions for Transient Errors (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2197";>#2197</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/bde1a66424678fa364f4eab0edb4ad7ae19a95ab";><code>bde1a66</code></a>
 [DOCS] Add Hudi integration entry (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2208";>#2208</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/65b9e3b606bd4a38cb49ab5796274681e7c2e762";><code>65b9e3b</code></a>
 [FEAT] Enable anonymous S3 access for Delta (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2206";>#2206</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/a0c260c72d1010130f770044e26c0c42bce297a7";><code>a0c260c</code></a>
 [FEAT] Improve Hudi support for more scenarios (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2149";>#2149</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/ad9a45106de3abb4b5f242af47dad676d34840bc";><code>ad9a451</code></a>
 Bump comfy-table from 7.1.0 to 7.1.1 (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/2199";>#2199</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.2.21...v0.2.23";>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.21&new-version=0.2.23)](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