Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge remote-tracking branch 'upstream/main' into sql-table-function-arg-validation
jackylee-ch:sql-table-function-arg-validation
18 minutes ago
Merge branch 'main' into sql-reader-default-io-config Resolves the conflict with #7479, which landed the `usize` literal half of the old #7354 and appended its regression test to the same file. Both branches appended at the end of tests/sql/test_sql_table_functions.py. Resolution keeps upstream's test_sql_read_negative_size_option_rejected and re-applies this branch's io_config block after it; src/daft-sql/src/functions.rs merged cleanly (upstream touched SQLLiteral, this branch touches add_fn). The tree's diff against main is unchanged at +120/-13 across the same 7 files.
jackylee-ch:sql-reader-default-io-config
26 minutes ago
style: fix import sorting in catalog tests
Lucas61000:issue-7310
28 minutes ago
Merge branch 'main' into issue-7310
Lucas61000:issue-7310
49 minutes ago
fix: keep __call__ overloads adjacent to their implementation mypy requires @overload signatures to be immediately followed by the impl; the new _input_dtypes_for_expr_args helper had landed between them. Move the helper above the overloads so the overloads sit right before __call__. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Jorge-Polanco-Roque:fix/daf-func-signature-validation
3 hours ago
fix: validate @daft.func input types at planning time @daft.func ignored its declared input type hints, so a signature mismatch blew up at runtime with an opaque error instead of failing at planning time like native expressions. Thread the declared dtypes into the Rust plan and validate them in to_field with a matching error message. Unannotated params opt out; skip validation once args are column-bound (post-optimizer) to avoid arg-reordering false positives. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Jorge-Polanco-Roque:fix/daf-func-signature-validation
10 hours ago
style(json): rustfmt deserialize_into null-value call
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
20 hours ago
perf(utf8): convert find byte offset to character index
XuQianJin-Stars:fix/utf8-find-substr-char-index
20 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(sql): report read_iceberg argument errors instead of panicking
#7354
36 minutes ago
5fe8eda
jackylee-ch:sql-table-function-arg-validation
CodSpeed Performance Gauge
0%
fix(sql): make the io_config argument work in SQL readers
#7449
46 minutes ago
12d1a04
jackylee-ch:sql-reader-default-io-config
CodSpeed Performance Gauge
0%
fix: eliminate TOCTOU race in CREATE TABLE IF NOT EXISTS
#7387
40 minutes ago
78745d5
Lucas61000:issue-7310
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs