Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

test(io): remove flaky test_read_huggingface_http_urls test This test was failing ~10-15% of the time due to HuggingFace API returning HTTP 400 errors intermittently. The test does not provide unique coverage: - Reading parquet from HTTPS URLs is already tested by test_reads_public_data.py using stable S3 URLs - The huggingface/documentation-images dataset is already tested by test_read_huggingface_datasets_doesnt_fail via read_huggingface() - read_huggingface() internally calls read_parquet(), so the same code path is exercised The test was essentially testing third-party API availability rather than Daft functionality.
remove-flaky-huggingface-http-url-test
21 minutes ago
chore(deps): bump the minor group across 1 directory with 45 updates Bumps the minor group with 44 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.176` | `0.2.178` | | [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.0` | `0.6.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [image](https://github.com/image-rs/image) | `0.25.8` | `0.25.9` | | [numpy](https://github.com/PyO3/rust-numpy) | `0.27.0` | `0.27.1` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.4` | `0.12.5` | | [proptest](https://github.com/proptest-rs/proptest) | `1.8.0` | `1.9.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.12.2` | | [sha1](https://github.com/RustCrypto/hashes) | `0.11.0-rc.0` | `0.11.0-rc.3` | | [test-log](https://github.com/d-e-s-o/test-log) | `0.2.18` | `0.2.19` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` | | [typetag](https://github.com/dtolnay/typetag) | `0.2.20` | `0.2.21` | | [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.19.0` | | [derive_more](https://github.com/JelteF/derive_more) | `2.0.1` | `2.1.0` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [pyo3](https://github.com/pyo3/pyo3) | `0.27.1` | `0.27.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.2` | `1.24.0` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.1` | `1.4.0` | | [csv-core](https://github.com/BurntSushi/rust-csv) | `0.1.12` | `0.1.13` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.6` | `0.8.8` | | [doc-comment](https://github.com/GuillaumeGomez/doc-comment) | `0.3.3` | `0.3.4` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.6` | `1.2.7` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` | | [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.111` | | [axum](https://github.com/tokio-rs/axum) | `0.8.4` | `0.8.7` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.6` | `0.6.7` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.3` | `1.1.4` | | [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.24` | `0.1.25` | | [aws-smithy-http-client](https://github.com/smithy-lang/smithy-rs) | `1.1.1` | `1.1.2` | | [globset](https://github.com/BurntSushi/ripgrep) | `0.4.16` | `0.4.18` | | [home](https://github.com/rust-lang/cargo) | `0.5.11` | `0.5.12` | | ve-tos-rust-sdk | `2.9.1` | `2.9.2` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.8` | `0.9.9` | | [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.1` | `0.6.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.53` | Updates `libc` from 0.2.176 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.176...0.2.178) Updates `tikv-jemallocator` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](https://github.com/tikv/jemallocator/compare/0.6.0...0.6.1) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.0) Updates `image` from 0.25.8 to 0.25.9 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.8...v0.25.9) Updates `numpy` from 0.27.0 to 0.27.1 - [Release notes](https://github.com/PyO3/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/rust-numpy/compare/v0.27.0...v0.27.1) Updates `parking_lot` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.4...parking_lot-v0.12.5) Updates `proptest` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.8.0...v1.9.0) Updates `regex` from 1.11.2 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.11.2...1.12.2) Updates `sha1` from 0.11.0-rc.0 to 0.11.0-rc.3 - [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.11.0-rc.0...sha1-v0.11.0-rc.3) Updates `test-log` from 0.2.18 to 0.2.19 - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/d-e-s-o/test-log/compare/v0.2.18...v0.2.19) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.16...2.0.17) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.48.0) Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17) Updates `tracing` from 0.1.41 to 0.1.43 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.41...tracing-0.1.43) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `typetag` from 0.2.20 to 0.2.21 - [Release notes](https://github.com/dtolnay/typetag/releases) - [Commits](https://github.com/dtolnay/typetag/compare/0.2.20...0.2.21) Updates `uuid` from 1.18.1 to 1.19.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0) Updates `derive_more` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v2.0.1...v2.1.0) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.28...0.4.29) Updates `pyo3` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.2/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.27.1...v0.27.2) Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.226...v1.0.228) Updates `bytemuck` from 1.23.2 to 1.24.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.23.2...v1.24.0) Updates `csv` from 1.3.1 to 1.4.0 - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.3.1...1.4.0) Updates `csv-core` from 0.1.12 to 0.1.13 - [Commits](https://github.com/BurntSushi/rust-csv/compare/csv-core-0.1.12...csv-core-0.1.13) Updates `memchr` from 2.7.5 to 2.7.6 - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.5...2.7.6) Updates `regex-syntax` from 0.8.6 to 0.8.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-syntax-0.8.6...regex-syntax-0.8.8) Updates `serde_derive` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.226...v1.0.228) Updates `doc-comment` from 0.3.3 to 0.3.4 - [Commits](https://github.com/GuillaumeGomez/doc-comment/compare/v0.3.3...v0.3.4) Updates `flate2` from 1.1.2 to 1.1.5 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.5) Updates `aws-credential-types` from 1.2.6 to 1.2.7 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `proc-macro2` from 1.0.101 to 1.0.103 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.103) Updates `quote` from 1.0.40 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.40...1.0.42) Updates `syn` from 2.0.106 to 2.0.111 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.106...2.0.111) Updates `axum` from 0.8.4 to 0.8.7 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.4...axum-v0.8.7) Updates `tower-http` from 0.6.6 to 0.6.7 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.7) Updates `aho-corasick` from 1.1.3 to 1.1.4 - [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.1.3...1.1.4) Updates `unicode-normalization` from 0.1.24 to 0.1.25 - [Commits](https://github.com/unicode-rs/unicode-normalization/commits) Updates `aws-smithy-http-client` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `globset` from 0.4.16 to 0.4.18 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.16...globset-0.4.18) Updates `home` from 0.5.11 to 0.5.12 - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/home-0.5.11...home-0.5.12) Updates `ve-tos-rust-sdk` from 2.9.1 to 2.9.2 Updates `memmap2` from 0.9.8 to 0.9.9 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.8...v0.9.9) Updates `indoc` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.6...2.0.7) Updates `ctor` from 0.6.1 to 0.6.2 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `clap` from 4.5.48 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.48...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tikv-jemallocator dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: image dependency-version: 0.25.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: numpy dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: parking_lot dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sha1 dependency-version: 0.11.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: test-log dependency-version: 0.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: typetag dependency-version: 0.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: derive_more dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: csv dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: csv-core dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: memchr dependency-version: 2.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: regex-syntax dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_derive dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: doc-comment dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-credential-types dependency-version: 1.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-version: 2.0.111 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tower-http dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aho-corasick dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: unicode-normalization dependency-version: 0.1.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-smithy-http-client dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: globset dependency-version: 0.4.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: home dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: ve-tos-rust-sdk dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: memmap2 dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: indoc dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: ctor dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/minor-302a5b8b8f
2 hours ago
at least one record batch
dujl:skip-empty-rb-github
4 hours ago
fix: skip empty record batch when eval expression list
dujl:skip-empty-rb-github
5 hours ago

Active Branches

test(io): remove flaky test_read_huggingface_http_urls test
last run
21 minutes ago
#5795
CodSpeed Performance Gauge
+1%
#5792
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home Terms Privacy Docs