Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(iceberg): support branch and tag reads
jackylee-ch:codex-feat-iceberg-branch-tag-reads
1 hour ago
fix(session): allow set_provider to accept Provider instance for auto-attach (#5435) ## Changes Made `daft.set_provider(name_string)` previously only accepted a provider name string, requiring users to call `daft.attach_provider()` separately before setting a custom-named provider as the session default. Now `set_provider` also accepts a `Provider` instance directly, which automatically attaches it to the session before setting it as the current provider. ## Related Issues Closes Eventual-Inc#5435 --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
DieselZhang:main
3 hours ago
test(iceberg): cover PathLike read with file URI normalization
jackylee-ch:codex-feat-iceberg-pathlike-metadata
6 hours ago
test(iceberg): cover PathLike read with file URI normalization
jackylee-ch:codex-feat-iceberg-pathlike-metadata
7 hours 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
8 hours ago
test(lance): cover versioned reads after append
jackylee-ch:codex-test-lance-versioned-append-read
8 hours ago
feat(iceberg): accept PathLike metadata paths in read_iceberg
jackylee-ch:codex-feat-iceberg-pathlike-metadata
8 hours 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
8 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(iceberg): support branch and tag reads
#7042
2 hours ago
7e83846
jackylee-ch:codex-feat-iceberg-branch-tag-reads
CodSpeed Performance Gauge
0%
fix(session): allow set_provider to accept Provider instance for auto…
#7041
3 hours ago
d53ddff
DieselZhang:main
CodSpeed Performance Gauge
0%
feat(iceberg): accept PathLike metadata paths in read_iceberg
#7040
6 hours ago
2a22246
jackylee-ch:codex-feat-iceberg-pathlike-metadata
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs