Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(parquet): cover read_parquet edge cases
jackylee-ch:codex-parquet-read-validation
3 hours ago
test(parquet): cover read_parquet edge cases
jackylee-ch:codex-parquet-read-validation
4 hours ago
fix: address SQL Iceberg review comments
jackylee-ch:codex-sql-iceberg-branch-tag
5 hours ago
Merge branch 'main' into ignore_corrupt
chenghuichen:ignore_corrupt
5 hours ago
test: tolerate HuggingFace Hub HTTP 429 in tests and doctests Several tests and doctests reach out to huggingface.co to download models or list dataset files. Shared CI runner egress IPs are occasionally rate-limited, producing flaky failures unrelated to the code under test, such as: - HTTP Error 429 thrown while requesting HEAD https://huggingface.co/openai/clip-vit-base-patch32/resolve/main/config.json - DaftError::External Unable to open file https://huggingface.co/api/datasets/Eventual-Inc/sample-files/tree/main/audio: reqwest Status(429) Changes: * tests/ai/transformers: add 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. Apply it to test_transformers, test_transformers_image_classifier and test_transformers_text_classifier. * tests/integration/io/huggingface: add an analogous retry helper and apply it to test_file_read_huggingface and test_read_huggingface (new __init__.py to make the package importable). * daft/functions/audio.py: mark the resample() doctest with '# doctest: +SKIP' so that doctest runs do not fail when the public hf:// sample dataset endpoint returns 429.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
6 hours ago
feat(iceberg): support branch and tag reads in SQL
jackylee-ch:codex-sql-iceberg-branch-tag
6 hours ago
docs(functions/audio): skip resample doctest to avoid HF 429 in CI The resample() doctest issued a real network call to huggingface.co via from_glob_path('hf://...') and df.show(3), which intermittently fails with HTTP 429 (Too Many Requests) on CI. Mark df.show(3) with '# doctest: +SKIP' to mirror the sibling audio_metadata() doctest, which already skips execution while keeping the rendered output as documentation.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
6 hours ago
test(transformers): mock HF model loading to avoid 429 in CI Patch AutoModel/AutoProcessor in image_embedder so the device-selection test no longer hits huggingface.co (which was returning HTTP 429 and causing CI failures). A minimal nn.Module stand-in preserves real parameters() so the device assertion is still meaningful.
XuQianJin-Stars:fix/transformers-classifier-tests-hf-429
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
test(parquet): cover read_parquet edge cases
#7085
4 hours ago
9526a9c
jackylee-ch:codex-parquet-read-validation
CodSpeed Performance Gauge
0%
feat(iceberg): support branch and tag reads in SQL
#7084
5 hours ago
b82c543
jackylee-ch:codex-sql-iceberg-branch-tag
CodSpeed Performance Gauge
0%
feat: add ignore_corrupt_files option to read_parquet, read_csv and read_iceberg
#6520
6 hours ago
5693973
chenghuichen:ignore_corrupt
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs