This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push: new 06b9467f Build: Bump daft from 0.5.19 to 0.5.21 (#2384) 06b9467f is described below commit 06b9467f1db2b71c51d4c1be5f3a5144afa52880 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 26 12:29:09 2025 -0700 Build: Bump daft from 0.5.19 to 0.5.21 (#2384) Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.5.19 to 0.5.21. <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.5.21</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: Propagate morsel size top-down in swordfish <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4894">#4894</a>)</li> <li>feat: DataFrame.write_huggingface <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5015">#5015</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(blc): Attempt to fix the broken link checker. <a href="https://github.com/rohitkulshreshtha"><code>@rohitkulshreshtha</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5010">#5010</a>)</li> <li>fix: Print UDF stdout and Daft logs above the progress bar <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4861">#4861</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Add audio transcription example card <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5020">#5020</a>)</li> <li>docs: improve audio transcription example <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4990">#4990</a>)</li> <li>docs: Spice up the examples page <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5019">#5019</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: Only test MacOS on Python 3.11 in CI <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5014">#5014</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.20...v0.5.21">https://github.com/Eventual-Inc/Daft/compare/v0.5.20...v0.5.21</a></p> <h2>v0.5.20</h2> <h2>What's Changed 🚀</h2> <h2>💥 Breaking Changes</h2> <ul> <li>feat!: RowWiseUdf.eval for eager evaluation <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4998">#4998</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: support count(1) in dataframe and choose the cheap column <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4977">#4977</a>)</li> <li>feat: add clickhouse data sink <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4850">#4850</a>)</li> <li>feat: implement distributed sort in flotilla engine <a href="https://github.com/ohbh"><code>@ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4991">#4991</a>)</li> <li>feat!: RowWiseUdf.eval for eager evaluation <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4998">#4998</a>)</li> <li>feat: basic read_huggingface functionality <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4996">#4996</a>)</li> <li>feat: support using max() and min() on list of boolean values <a href="https://github.com/varun117"><code>@varun117</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4989">#4989</a>)</li> <li>feat: Flotilla pre-shuffle merge <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4873">#4873</a>)</li> <li>feat: Flotilla into partitions <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4963">#4963</a>)</li> <li>feat(optimizer): Add Lance count() pushdown optimization <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4969">#4969</a>)</li> <li>feat: adds video frame streaming source <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4979">#4979</a>)</li> <li>feat: Add offset support to Spark Connect <a href="https://github.com/plotor"><code>@plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4962">#4962</a>)</li> <li>feat: new <code>daft.File</code> datatype <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4959">#4959</a>)</li> <li>feat: unify all Daft type to Python type conversions <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4972">#4972</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9017c8fcb3f0a1876dd7afcf0a7135a4bcb400b3"><code>9017c8f</code></a> docs: Add audio transcription example card (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5020">#5020</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/dec381e2f3f247ea6b461a844b607d2d83855113"><code>dec381e</code></a> feat: Propagate morsel size top-down in swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4894">#4894</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a8b1556c7ddbb3060c180aa3f3757e25d58e929c"><code>a8b1556</code></a> fix(blc): Attempt to fix the broken link checker. (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5010">#5010</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/543e5e56d26941ddaf9023e4d0ca02dd0a0de03c"><code>543e5e5</code></a> docs: improve audio transcription example (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4990">#4990</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/69afe66758e1550b09b08341a95de58577da96fc"><code>69afe66</code></a> docs: Spice up the examples page (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5019">#5019</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/daeb3b6ae220b681d23ffa6d9ca32e8b26b9947e"><code>daeb3b6</code></a> feat: DataFrame.write_huggingface (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5015">#5015</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6be67bf6aa82ab5c0cc301e0e431a78fde4ccc53"><code>6be67bf</code></a> chore: Only test MacOS on Python 3.11 in CI (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5014">#5014</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0fb39cf1277cc8de3061b04b5eb5f4cc2f82be35"><code>0fb39cf</code></a> fix: Print UDF stdout and Daft logs above the progress bar (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4861">#4861</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0bcaf35abf50c2d590e38e6ec673ff5e8fdbe0bc"><code>0bcaf35</code></a> feat: support count(1) in dataframe and choose the cheap column (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4977">#4977</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/82d1f4fb90af1b39a0c343201b03a4ec83c425c9"><code>82d1f4f</code></a> fix: Can translate sort in flotilla (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5005">#5005</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.19...v0.5.21">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> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2aabe7f0..6a1f288f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1254,32 +1254,34 @@ files = [ [[package]] name = "daft" -version = "0.5.13" +version = "0.5.21" description = "Distributed Dataframes for Multimodal Data" optional = true python-versions = ">=3.9" groups = ["main"] markers = "extra == \"daft\"" files = [ - {file = "daft-0.5.13-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:3c94e71f6ffe2346f8c2bedd184a790f92d753f33669bfe6e59f0376a0fd3538"}, - {file = "daft-0.5.13-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:7de36fb49ea50ea756a2cfd59b97eb7ca8699e3a9e123c2b698b665095360ffe"}, - {file = "daft-0.5.13-cp39-abi3-manylinux_2_24_aarch64.whl", hash = "sha256:66851e625a4e2dd68d3e77778edfe7b314253411d0359608419a584efa2d8746"}, - {file = "daft-0.5.13-cp39-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:84f375c8ea528cac5dfa74ee3d1e1a2ed16a452af7626482acce951c8e386341"}, - {file = "daft-0.5.13-cp39-abi3-win_amd64.whl", hash = "sha256:1f7542d20b0c7e30e0b51a1e7e6b1a8307b940d93569ea057da876dfdce414a5"}, - {file = "daft-0.5.13.tar.gz", hash = "sha256:817ee406ad27bb857ddf30259122e5a8a4f68585904088983d6075a539762936"}, + {file = "daft-0.5.21-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:87dca076939993177e881d6915308e2977661644b450924296667a96aeeb82d9"}, + {file = "daft-0.5.21-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ebe5239210f1aa8e25bc556a584db2d7849bed9aa3ce447ba19d19f3e6dd5e5c"}, + {file = "daft-0.5.21-cp39-abi3-manylinux_2_24_aarch64.whl", hash = "sha256:8c22d7ddc489bee4ffa7bd40fba6d909e9232bfd74f44978de3331704cb93132"}, + {file = "daft-0.5.21-cp39-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:59cac11866d708b6f11f23f122be53d9ca96c403b6e9adef59f093b9c48850c3"}, + {file = "daft-0.5.21-cp39-abi3-win_amd64.whl", hash = "sha256:4bdd7417f55ee044cf7b0e1ea163a2441a75d380dd0d55d7f796570ebea98cc0"}, + {file = "daft-0.5.21.tar.gz", hash = "sha256:0cd8c10d1002ed3dd18c8f60bbddcd5e0b679546e47b48344e78ff7519c1c0fe"}, ] [package.dependencies] fsspec = "*" pyarrow = ">=8.0.0" tqdm = "*" -typing-extensions = {version = ">=4.0.0", markers = "python_full_version < \"3.10.0\""} +typing-extensions = ">=4.0.0" [package.extras] -all = ["daft[aws,azure,deltalake,gcp,iceberg,numpy,pandas,ray,spark,sql,unity]"] +all = ["daft[aws,azure,clickhouse,deltalake,gcp,huggingface,iceberg,numpy,pandas,ray,spark,sql,unity]"] aws = ["boto3"] +clickhouse = ["clickhouse-connect"] deltalake = ["deltalake", "packaging"] hudi = ["pyarrow (>=8.0.0)"] +huggingface = ["huggingface-hub"] iceberg = ["packaging", "pyiceberg (>=0.7.0)"] lance = ["pylance"] numpy = ["numpy"] @@ -4186,7 +4188,7 @@ description = "Beautiful, Pythonic protocol buffers" optional = true python-versions = ">=3.7" groups = ["main"] -markers = "python_version >= \"3.13\" and (extra == \"gcsfs\" or extra == \"bigquery\") or extra == \"bigquery\" or extra == \"gcsfs\"" +markers = "(python_version < \"3.12\" or python_version >= \"3.13\" or extra == \"bigquery\" or extra == \"gcsfs\") and (extra == \"gcsfs\" or extra == \"bigquery\")" files = [ {file = "proto_plus-1.26.1-py3-none-any.whl", hash = "sha256:13285478c2dcf2abb829db158e1047e2f1e8d63a077d94263c2b88b043c75a66"}, {file = "proto_plus-1.26.1.tar.gz", hash = "sha256:21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012"},