dependabot[bot] opened a new pull request, #2508: URL: https://github.com/apache/iceberg-python/pull/2508
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.1 to 0.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Eventual-Inc/Daft/releases">daft's releases</a>.</em></p> <blockquote> <h2>v0.6.2</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: add File.to_tempfile method and optimize range requests <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5226">#5226</a>)</li> <li>feat: migrate nested constructors, get, slice, to_unix_epoch, partitioning functions <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5233">#5233</a>)</li> <li>feat: implement Lance filter+count pushdown optimization <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5152">#5152</a>)</li> <li>feat: migrate remaining basic expressions <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5234">#5234</a>)</li> <li>feat: Add regexp_count <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5191">#5191</a>)</li> <li>feat: retry eof error in S3 multipart upload <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5179">#5179</a>)</li> <li>feat(flotilla): Distributed Pivot <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5199">#5199</a>)</li> <li>feat: allow for functions module to be accessed from daft import <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5219">#5219</a>)</li> <li>feat: migrate first batch of daft functions <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5086">#5086</a>)</li> <li>fix: remove io_config from global scan operator <a href="https://github.com/Jay-ju"><code>@Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4676">#4676</a>)</li> <li>feat: implement cross join in distributed flotilla engine <a href="https://github.com/ohbh"><code>@ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5180">#5180</a>)</li> <li>feat: make multipart part size configurable <a href="https://github.com/stayrascal"><code>@stayrascal</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5051">#5051</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: write_iceberg should handle write.data.path <a href="https://github.com/eric-maynard"><code>@eric-maynard</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5153">#5153</a>)</li> <li>fix: Cast to table schema in lance write <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5221">#5221</a>)</li> <li>fix: rename index function to find <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5218">#5218</a>)</li> <li>fix: remove unnecessary field renaming in ListMap scalar UDF <a href="https://github.com/ltdthanhdat"><code>@ltdthanhdat</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5205">#5205</a>)</li> <li>fix: remove io_config from global scan operator <a href="https://github.com/Jay-ju"><code>@Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4676">#4676</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf: Drop local limit tasks global limit reached <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5194">#5194</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: add file datatype to urls&files docs page <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5240">#5240</a>)</li> <li>docs: add pipeline visualization and fix grammar in batch inference docs <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5239">#5239</a>)</li> <li>docs: add Examples link to getting started sections <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5202">#5202</a>)</li> <li>docs: fix additional incorrect references to Iceberg as a catalog <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5198">#5198</a>)</li> <li>docs: clarify data catalog vs table format in README <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5197">#5197</a>)</li> <li>docs: remove outdated engine comparison page <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5196">#5196</a>)</li> <li>docs: Add embed_image to the user guide <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5195">#5195</a>)</li> <li>docs: update minhash dedupe example and tutorial <a href="https://github.com/everettVT"><code>@everettVT</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5192">#5192</a>)</li> <li>docs: Add Minhash Dedupe Example <a href="https://github.com/everettVT"><code>@everettVT</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5165">#5165</a>)</li> </ul> <h2>👷 CI</h2> <ul> <li>ci: enable AI integration tests in PR <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5217">#5217</a>)</li> <li>ci: move transformers tests to integration tests <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5186">#5186</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: Don't log failures in url download if <code>on_error="null"</code> <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5231">#5231</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/10086b2b639fbb6ed4cfc1fa3d5fe5a1b5920fa5"><code>10086b2</code></a> feat: add File.to_tempfile method and optimize range requests (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5226">#5226</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6f58e84619149ce53bd3003c3685f0445935e443"><code>6f58e84</code></a> docs: add file datatype to urls&files docs page (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5240">#5240</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/bb9454db6dccc38de6b078cdea737fcc9978b53b"><code>bb9454d</code></a> docs: add pipeline visualization and fix grammar in batch inference docs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5239">#5239</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1484a1236fd446da7804634c7cc391fd9ae51f86"><code>1484a12</code></a> feat: migrate nested constructors, get, slice, to_unix_epoch, partitioning fu...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b1f10aa25844092d0aeda0de58ee7b1af38d6498"><code>b1f10aa</code></a> feat: implement Lance filter+count pushdown optimization (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5152">#5152</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/db44f0b43e1ab3f3b5b7054a8f82ae478259e3ea"><code>db44f0b</code></a> chore: Don't log failures in url download if <code>on_error="null"</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5231">#5231</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a951b02ce4166aa95acc68d62bc734520c3ebb8e"><code>a951b02</code></a> feat: migrate remaining basic expressions (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5234">#5234</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/469cdbb059ca6cf4fe6f84dc64a15bffc7d56e46"><code>469cdbb</code></a> chore: Make the runner a separate global singleton (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5185">#5185</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a7aa05b0589b2943e2d1ae85e2d70f24513d5951"><code>a7aa05b</code></a> feat: Add regexp_count (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5191">#5191</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1245eb5d6f6be42d31e7b92c6964dd1c84f569be"><code>1245eb5</code></a> feat: retry eof error in S3 multipart upload (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5179">#5179</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.6.1...v0.6.2">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: [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]
