Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(grouped-agg): clarify SHARD_THRESHOLD doc covers both strategies
BABTUNA:perf/sharded-partition-then-agg
3 hours ago
Merge branch 'main' into feat/string-distance-functions
nish2292:feat/string-distance-functions
4 hours ago
feat: add Spark-compatible string functions (translate, substring_index, soundex, ascii, chr, space)
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
4 hours ago
test(ai/transformers): tolerate HuggingFace Hub HTTP 429 in classifier tests The integration tests for TransformersImageClassifier and TransformersTextClassifier download models from huggingface.co. Shared CI runner egress IPs are occasionally rate-limited, causing flaky failures (e.g. 'HTTP Error 429 thrown while requesting HEAD https://huggingface.co/openai/clip-vit-base-patch32/resolve/main/config.json') that are unrelated to the code under test. Wrap each Hub-touching call with a small retry helper (_hf_retry.call_with_hf_retry) that retries on 429 with linear backoff and skips the test if the limit persists, while re-raising any other exception unchanged.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
4 hours ago
fix: resolve Python lint errors in test_crypto.py - Remove unused imports: hashlib, pytest - Sort imports alphabetically (ruff I001) - Add noqa: F841 for df variables used implicitly by daft.sql - Fix duplicate test_crc32_sql method (F811) by renaming to test_crc32_sql_known_value
XuQianJin-Stars:feature/hash-crypto-functions
5 hours ago
refactor(checkpoint): drop "seal" vocabulary from Rust API surface (#7078) ## Why The user-facing checkpoint lifecycle is `Staged β Checkpointed β Committed`, and the method is `checkpoint(id)`. The Rust trait docs and one error variant used a parallel vocabulary β "seal" / "sealed" β that appears nowhere in the Python API or user guide. A user reading the Python docs and a user reading `cargo doc` (or hitting an `AlreadySealed` traceback) saw two different words for the same transition. ## Changes - `store.rs` β trait + method docs rewritten using the `Checkpointed` state name and `checkpoint(id)` method name - `error.rs` β `AlreadySealed` β `AlreadyCheckpointed` (variant + `Display` string + all call sites) - `scan.rs` β module docs + comments - `impls/s3.rs`, `test_utils.rs`, `types.rs`, `tests/s3_store.rs` β internal helpers/comments follow suit (`sealed_manifests` β `checkpointed_manifests`, etc.) Not touched: `SEALED_KEYS_COLUMN` β that's the canonical on-disk column name for sealed-keys parquet files; the value already shipped and renaming it would change the on-disk format. Rust API break is fine: checkpointing isn't publicly announced yet and there are no external consumers of the trait. Note: `S3CheckpointStore` keeps its name deliberately β team consensus is "S3" reads as "S3-compatible" (it works against any IOClient-backed store incl. `file://`). ## Verification - `grep -rn -i "seal" src/daft-checkpoint/` β only `SEALED_KEYS_COLUMN` - `cargo doc -p daft-checkpoint --no-deps --features s3` renders only `Staged`/`Checkpointed`/`Committed` vocabulary - `cargo test -p daft-checkpoint --features s3,test-utils` β 39 passed, 0 failed π€ Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
5 hours ago
feat(grouped-agg): shard PartitionThenAgg execution per morsel
BABTUNA:perf/sharded-partition-then-agg
6 hours ago
ci: retrigger to clear flaky shuffle and HuggingFace 429
BABTUNA:feat/temporal-tz-conversions
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(grouped-agg): shard PartitionThenAgg execution per morsel
#7079
3 hours ago
3ad1f42
BABTUNA:perf/sharded-partition-then-agg
CodSpeed Performance Gauge
0%
feat(functions): add string distance/similarity functions
#7068
4 hours ago
d1c7628
nish2292:feat/string-distance-functions
CodSpeed Performance Gauge
0%
feat: add Spark-compatible string functions (translate, substring_index, soundex, ascii, chr, space)
#7070
3 days ago
dd23a83
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs