Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(iceberg): cover PathLike read with file URI normalization
jackylee-ch:codex-feat-iceberg-pathlike-metadata
28 minutes ago
feat: Better extension display (#6802) ## Changes Made before, you would get the debug reepr which looked like this: ``` ╞═══════════════════════════════════════════════╡ │ Scalar(FixedSizeListArray<2> │ │ … │ ├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ │ Scalar(FixedSizeListArray<2> │ │ … │ ╰───────────────────────────────────────────────╯ ``` now you get the actual values ``` │ [37.7749, -122.4194] │ ├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ │ [34.0522, -118.2437] │ ╰───────────────────────────────────────────────╯ ``` ## Related Issues <!-- Link to related GitHub issues, e.g., "Closes #123" -->
main
1 hour ago
test(lance): cover versioned reads after append
jackylee-ch:codex-test-lance-versioned-append-read
1 hour ago
feat(iceberg): accept PathLike metadata paths in read_iceberg
jackylee-ch:codex-feat-iceberg-pathlike-metadata
1 hour ago
feat(gcs): implement delete for GCS object store (#6958) ## Summary - Implements `delete` method for the GCS object store backend (`GCSSource`) - Fixes `write_parquet(write_mode='overwrite')` on GCS paths (closes #6928) ## Changes - Adds `UnableToDeleteFile` error variant to the GCS error enum - Implements `delete` on `GCSClientWrapper` using `google_cloud_storage`'s `delete_object` API - Handles 404/410 responses as success (idempotent delete per `ObjectSource` trait contract) - Overrides `delete` in `ObjectSource` impl for `GCSSource` ## Test plan - [ ] Verify `write_parquet(write_mode="overwrite")` succeeds on a `gs://` path - [ ] Verify delete is idempotent (overwriting a non-existent path does not fail) - [ ] `make build` passes - [ ] `DAFT_RUNNER=native make test EXTRA_ARGS="-v tests/io/"` passes
main
1 hour ago
fix(deps): gate vllm to Linux so macOS dependency install succeeds vllm 0.21.0 pulls in flashinfer-python -> nvidia-cudnn-frontend==1.18.0, which has no macOS wheel or sdist, breaking the macOS unit-test jobs at the dependency-install step. vllm is a Linux/CUDA serving stack, so gate it to sys_platform == 'linux'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix-vllm-macos-deps
1 hour ago
test(parquet): cover embedding and image roundtrips (#7021) ## Changes Made Add Parquet roundtrip coverage for Daft embedding and image logical types. ## Related Issues None. Co-authored-by: lijunqing <lijunqing@MacBook-Pro.local>
main
2 hours ago
test(iceberg): cover partition field transform conversion (#7024) ## Changes Made Add coverage for Iceberg partition field conversion across day, year, month, hour, and truncate transforms. ## Related Issues None. Co-authored-by: lijunqing <lijunqing@MacBook-Pro.local>
main
2 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(iceberg): accept PathLike metadata paths in read_iceberg
#7040
45 minutes ago
07ce4f5
jackylee-ch:codex-feat-iceberg-pathlike-metadata
CodSpeed Performance Gauge
0%
test(lance): cover versioned reads after append
#7039
2 hours ago
f91a57f
jackylee-ch:codex-test-lance-versioned-append-read
CodSpeed Performance Gauge
0%
fix(deps): gate vllm to Linux so macOS dependency install succeeds
#7038
2 hours ago
9312eb2
fix-vllm-macos-deps
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs