dependabot[bot] opened a new pull request, #3434: URL: https://github.com/apache/iceberg-python/pull/3434
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.7.13 to 0.7.14. <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.7.14</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat(flotilla): hint users to switch to flight_shuffle on large shuffles <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6962">#6962</a>)</li> <li>feat: add uuidv7 generation <a href="https://github.com/everettVT"><code>@everettVT</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6909">#6909</a>)</li> <li>feat(flotilla): Distributed Limit Counter <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6942">#6942</a>)</li> <li>feat: add JSON functions json_array_length, json_object_keys, json_tuple <a href="https://github.com/XuQianJin-Stars"><code>@XuQianJin-Stars</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6945">#6945</a>)</li> <li>feat: add conv function for PySpark parity <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6910">#6910</a>)</li> <li>feat: ASOF join benchmarking scripts <a href="https://github.com/euanlimzx"><code>@euanlimzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6940">#6940</a>)</li> <li>feat(show): env defaults and auto alignment for preview output <a href="https://github.com/BABTUNA"><code>@BABTUNA</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6856">#6856</a>)</li> <li>feat(temporal): add Spark-style temporal aliases <a href="https://github.com/BABTUNA"><code>@BABTUNA</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6830">#6830</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: hash(-0.0) == hash(0.0) <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6963">#6963</a>)</li> <li>fix: short-circuit on empty micropartitions <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6956">#6956</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf(parquet): rewrite reader with arrow-rs public decoder API <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6952">#6952</a>)</li> <li>perf(flotilla): Coalesce task outputs based on byte threshold <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6943">#6943</a>)</li> <li>perf(shuffle): Write one shuffle file per task instead of N partition files <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6948">#6948</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Update API references and fix code examples <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6938">#6938</a>)</li> <li>docs(examples): migrate text-embeddings example to public bucket <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6941">#6941</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: migrate daft.io.lance to daft_lance <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6957">#6957</a>)</li> <li>chore(deps): bump the all group across 1 directory with 4 updates @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6863">#6863</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <ul> <li>chore(deps): bump the all group across 1 directory with 4 updates @<a href="https://github.com/apps/dependabot">dependabot[bot]</a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6863">#6863</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.7.13...v0.7.14">https://github.com/Eventual-Inc/Daft/compare/v0.7.13...v0.7.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/afa4b9d61f0807609dddd1d523ccacf7fe0f160a"><code>afa4b9d</code></a> perf(parquet): rewrite reader with arrow-rs public decoder API (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6952">#6952</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c41da6a8915472b8a2564c9879bf304c4d3b59b9"><code>c41da6a</code></a> perf(flotilla): Coalesce task outputs based on byte threshold (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6943">#6943</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/d3c584c5b3fca1659329a4681f90d824355a170e"><code>d3c584c</code></a> feat(flotilla): hint users to switch to flight_shuffle on large shuffles (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6962">#6962</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7a2c5cdbb2e2c220e5324e14d3ac87069a919c9b"><code>7a2c5cd</code></a> fix: hash(-0.0) == hash(0.0) (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6963">#6963</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8ae8dfcfbd1fa7a4a67e38cc6695a3ccf5666e44"><code>8ae8dfc</code></a> chore: migrate daft.io.lance to daft_lance (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6957">#6957</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/3e3debab5dc184df236ee7c29c54de8616ee0432"><code>3e3deba</code></a> fix: short-circuit on empty micropartitions (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6956">#6956</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/803ebe9e26e41e23ee07bd0d559b9371f2ba17b2"><code>803ebe9</code></a> docs: Update API references and fix code examples (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6938">#6938</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6524d6340c511c20f990e0ce633d12e76fe4d31a"><code>6524d63</code></a> perf(shuffle): Write one shuffle file per task instead of N partition files (...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f725fe8f0281621c372dd762e33d09b6f19b6308"><code>f725fe8</code></a> feat: add uuidv7 generation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6909">#6909</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9beb5f258b5a88a3fc2dafd7d59b0f5190b847f1"><code>9beb5f2</code></a> feat(flotilla): Distributed Limit Counter (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6942">#6942</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.7.13...v0.7.14">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 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]
