Build: Bump daft from 0.6.1 to 0.6.2
Open
Number: #2508
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 22, 2025 at 10:14 PM UTC
(9 months ago)
(9 months ago)
Updated:
September 22, 2025 at 10:16 PM UTC
(9 months ago)
(9 months ago)
Labels:
dependencies python
dependencies python
Description:
Bumps daft from 0.6.1 to 0.6.2.
Release notes
Sourced from daft's releases.
v0.6.2
What's Changed 🚀
✨ Features
- feat: add File.to_tempfile method and optimize range requests
@universalmind303(#5226)- feat: migrate nested constructors, get, slice, to_unix_epoch, partitioning functions
@kevinzwang(#5233)- feat: implement Lance filter+count pushdown optimization
@huleilei(#5152)- feat: migrate remaining basic expressions
@kevinzwang(#5234)- feat: Add regexp_count
@srilman(#5191)- feat: retry eof error in S3 multipart upload
@kevinzwang(#5179)- feat(flotilla): Distributed Pivot
@srilman(#5199)- feat: allow for functions module to be accessed from daft import
@kevinzwang(#5219)- feat: migrate first batch of daft functions
@kevinzwang(#5086)- fix: remove io_config from global scan operator
@Jay-ju(#4676)- feat: implement cross join in distributed flotilla engine
@ohbh(#5180)- feat: make multipart part size configurable
@stayrascal(#5051)🐛 Bug Fixes
- fix: write_iceberg should handle write.data.path
@eric-maynard(#5153)- fix: Cast to table schema in lance write
@colin-ho(#5221)- fix: rename index function to find
@kevinzwang(#5218)- fix: remove unnecessary field renaming in ListMap scalar UDF
@ltdthanhdat(#5205)- fix: remove io_config from global scan operator
@Jay-ju(#4676)🚀 Performance
- perf: Drop local limit tasks global limit reached
@colin-ho(#5194)📖 Documentation
- docs: add file datatype to urls&files docs page
@universalmind303(#5240)- docs: add pipeline visualization and fix grammar in batch inference docs
@ykdojo(#5239)- docs: add Examples link to getting started sections
@ykdojo(#5202)- docs: fix additional incorrect references to Iceberg as a catalog
@ykdojo(#5198)- docs: clarify data catalog vs table format in README
@ykdojo(#5197)- docs: remove outdated engine comparison page
@ykdojo(#5196)- docs: Add embed_image to the user guide
@desmondcheongzx(#5195)- docs: update minhash dedupe example and tutorial
@everettVT(#5192)- docs: Add Minhash Dedupe Example
@everettVT(#5165)👷 CI
- ci: enable AI integration tests in PR
@kevinzwang(#5217)- ci: move transformers tests to integration tests
@rchowell(#5186)🔧 Maintenance
- chore: Don't log failures in url download if
on_error="null"@colin-ho(#5231)
... (truncated)
Commits
10086b2feat: add File.to_tempfile method and optimize range requests (#5226)6f58e84docs: add file datatype to urls&files docs page (#5240)bb9454ddocs: add pipeline visualization and fix grammar in batch inference docs (#5239)1484a12feat: migrate nested constructors, get, slice, to_unix_epoch, partitioning fu...b1f10aafeat: implement Lance filter+count pushdown optimization (#5152)db44f0bchore: Don't log failures in url download ifon_error="null"(#5231)a951b02feat: migrate remaining basic expressions (#5234)469cdbbchore: Make the runner a separate global singleton (#5185)a7aa05bfeat: Add regexp_count (#5191)1245eb5feat: retry eof error in S3 multipart upload (#5179)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+38
+38
Deletions:
-38
-38
Package Dependencies
Technical Details
| ID: | 8254998 |
| UUID: | 2851282047 |
| Node ID: | PR_kwDOKF4tPs6p8xx_ |
| Host: | GitHub |
| Repository: | apache/iceberg-python |
| Merge State: | Unknown |