Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge remote-tracking branch 'upstream/main' into parquet-limit-deleted-rows
jackylee-ch:parquet-limit-deleted-rows
2 hours ago
Merge remote-tracking branch 'upstream/main' into iceberg-partition-repr-parity
jackylee-ch:iceberg-partition-repr-parity
3 hours ago
Merge remote-tracking branch 'upstream/main' into sql-table-function-arg-validation
jackylee-ch:sql-table-function-arg-validation
7 hours 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
7 hours ago
style: fix import sorting in catalog tests
Lucas61000:issue-7310
7 hours ago
Merge branch 'main' into issue-7310
Lucas61000:issue-7310
8 hours 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
10 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
17 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(parquet): account for deleted rows in limit pushdown
#7444
3 hours ago
ed72d4c
jackylee-ch:parquet-limit-deleted-rows
CodSpeed Performance Gauge
0%
fix(iceberg): support timezone-aware identity partition writes
#7443
7 hours ago
d76338b
jackylee-ch:iceberg-partition-repr-parity
CodSpeed Performance Gauge
0%
fix(sql): report read_iceberg argument errors instead of panicking
#7354
7 hours ago
5fe8eda
jackylee-ch:sql-table-function-arg-validation
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs