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

Performance History

Latest Results

feat(iceberg): push down starts_with and is_nan/not_nan filters Extend `IcebergPredicateVisitor` so these predicates are forwarded to PyIceberg for manifest- and file-level pruning instead of silently falling back to a full scan + post-filter: - `col.startswith(prefix)` -> pyiceberg `StartsWith` - `col.is_nan()` / `col.not_nan()` -> pyiceberg `IsNaN` / `NotNaN` `starts_with` dispatches through the visitor's `visit_starts_with` hook; `is_nan`/`not_nan` have no dedicated hook so they are handled in `visit_function`. Negation composes via the existing `visit_not` (e.g. `~col.startswith(...)` -> `Not(StartsWith(...))`). Co-Authored-By: Claude <noreply@anthropic.com>
jackylee-ch:iceberg-pushdown-string-nan
9 hours ago
style(video): remove unused noqa
hqlalala:perf/video-decode-off-event-loop
10 hours ago
fix(video): preserve backpressure and cancellation
hqlalala:perf/video-decode-off-event-loop
10 hours ago
chore(format): fixed spacing of files
cpicazo8304:feat/bit-length
12 hours ago
fix style
zhouwenjiajia:zhouwenjiajia-fix-deadlock-patch
12 hours ago
fix style
zhouwenjiajia:zhouwenjiajia-fix-deadlock-patch
13 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
feat(iceberg): push down starts_with and is_nan/not_nan filters#7266
9 hours ago
9dd132d
jackylee-ch:iceberg-pushdown-string-nan
CodSpeed Performance Gauge
0%
perf(video): offload frame decoding from shared event loop#7265
10 hours ago
dca4d58
hqlalala:perf/video-decode-off-event-loop
CodSpeed Performance Gauge
0%
12 hours ago
d85561a
jackylee-ch:sql-read-csv-ignore-corrupt-files
© 2026 CodSpeed Technology
Home Terms Privacy Docs