Avatar for the Eventual-Inc user
Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

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
10 minutes ago
switched to opendal
slade/opendal-tos
3 hours ago
fix(tracing): preserve default resource detectors
RitwijParmar:codex/daft-otel-env-config
15 hours ago
feat(sql): support read_parquet ignore_corrupt_files
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
16 hours ago
feat(sql): support read_parquet ignore_corrupt_files
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
17 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
chore: Replace TOS support with OpenDAL#7135
6 hours ago
319383d
slade/opendal-tos
CodSpeed Performance Gauge
0%
fix(tracing): honor OTEL resource env config#7061
16 hours ago
c452c4e
RitwijParmar:codex/daft-otel-env-config
CodSpeed Performance Gauge
0%
19 hours ago
9f51da6
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
© 2026 CodSpeed Technology
Home Terms Privacy Docs