Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(sql): support read_parquet ignore_corrupt_files
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
1 hour ago
Merge remote-tracking branch 'upstream/main' into add-top-level-concat
Liusixuuu:add-top-level-concat
3 hours ago
Merge branch 'main' into add-top-level-concat
Liusixuuu:add-top-level-concat
7 hours ago
fix(session): list_tables mirrors get_table resolution and returns Identifier (#7126) ## Changes Made `Session::list_tables` only enumerated session-scoped temp tables, ignoring attached catalogs. It now mirrors `Session::get_table`'s resolution rules: - Rule 0: session temp tables - Rules 1+2: tables in the current catalog, narrowed to the current namespace when set - Rule 3: `<catalog>.<rest>` patterns dispatch exclusively to that attached catalog Return type is now `Vec<Identifier>` (was `Vec<String>`); `PySession::list_tables` correspondingly returns `Vec<PyIdentifier>`. This fixes a latent bug where `daft/session.py` already called `Identifier._from_pyidentifier` on the iteration result — it would have crashed the moment any element was returned. The Python `list_tables(...) -> list[Identifier]` annotation is unchanged. Catalog tables are qualified with the **session alias** (not `Catalog::name()`), so identifiers returned by `list_tables` round-trip through `get_table` even when alias and catalog name differ. ## Related Issues Closes #4400
main
7 hours ago
chore: Replace TOS support with OpenDAL (#7135) ## Changes Made OpenDAL now supports TOS, so we don't need to use the raw `ve-tos-rust-sdk` crate which hardcodes a bunch of old dependencies. This shaves about 700 lines from our `Cargo.lock`.
main
9 hours ago
switched to opendal
slade/opendal-tos
10 hours ago
feat: Add `DataFrame.to_torch_dataloader` (#6997) ## Changes Made Added a torch.DataLoader connection to Daft, since the DataLoader abstraction is closer to what Daft is doing under the hood instead of the torch.DataSet abstraction. We could extend this further in the future by: - Internally write the data to pinned memory when selected
main
12 hours ago
fix(tracing): preserve default resource detectors
RitwijParmar:codex/daft-otel-env-config
22 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(sql): support read_parquet ignore_corrupt_files
#7133
1 day ago
aa0fb6a
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
CodSpeed Performance Gauge
0%
feat: add top-level daft.concat() for concatenating multiple DataFrames
#7105
4 hours ago
be0460a
Liusixuuu:add-top-level-concat
CodSpeed Performance Gauge
0%
chore: Replace TOS support with OpenDAL
#7135
13 hours ago
319383d
slade/opendal-tos
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs