Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(ext): warn when extensions are loaded after Ray runner is initialized RemoteFlotillaRunner uses get_if_exists=True, so the actor's runtime_env is frozen at first creation. Extensions loaded after the first query runs are silently ignored. Add a class-level docstring, an inline comment on get_if_exists, and a runtime warning in stream_plan when new extensions are detected post-init.
rchowell/ext-registry-consolidation
19 minutes ago
custom dataloader
slade/dataloader
20 minutes ago
feat: native extension support on ray
rchowell/ext-registry-consolidation
37 minutes ago
refactor: moved cmp related fns to cmp.rs
euan/nearest-asof
2 hours ago
fix(ai): route OpenAI chat completions parse through beta namespace Older openai SDKs (<1.92) only expose .parse() under client.beta.chat.completions; the call site used client.chat.completions.parse which raises AttributeError on those versions. The openai extra accepts any version <2.21.0, so users on older SDKs hit the bug. Newer SDKs alias both paths to the same callable, so routing through beta works across the supported range. Fixes #5888 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
colin/fix-openai-prompter-beta-parse
2 hours ago
fix: shift firstlastval from agg.py to window.py
euan/window-firstlastval-agg
6 hours ago
fix(filesystem): restore abfss protocol support The previous refactor dropped abfss:// (Azure Data Lake Storage Gen2) because the {"az", "abfs", "abfss"} literal branch match was replaced with a canonicalize-then-dispatch flow that only had az -> abfs in the table. Add abfss -> abfs to _CANONICAL_PROTOCOLS so abfss:// URIs route to the same fsspec-backed Azure filesystem they always did. Also annotate the http branch: "https" canonicalizes to "http" via the same table, and fsspec's HTTPFileSystem handles both schemes — making the canonicalization a behavioral no-op today. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix/write-trailing-slash
6 hours ago
docs(checkpoint): register nav entry and fix Iceberg snapshot example Address greptile review feedback on #6985: - Add Checkpointing to docs/SUMMARY.md as a top-level guide entry between Optimization and Observability. Without this the new page was unreachable from the sidebar even though three other pages link to it. - Switch the Iceberg marker-inspection snippet from `table.metadata.snapshots[-1]` to `table.current_snapshot()`. The metadata snapshots list has no spec-mandated ordering, so the old example could read the wrong snapshot under branches/tags or WAP flows. Also note the ordering caveat in the "walk older commits" guidance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rohit/df-2049-checkpoint-user-guide
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(ext): native extension support on ray
#6996
39 minutes ago
956257e
rchowell/ext-registry-consolidation
CodSpeed Performance Gauge
0%
feat: Add `DataFrame.to_torch_dataloader`
#6997
53 minutes ago
5cd8b14
slade/dataloader
CodSpeed Performance Gauge
0%
feat: nearest asof joins
#6953
2 hours ago
0b7f37b
euan/nearest-asof
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs