Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add tests for df and grouped df
aaron-ang:agg-concat-delim
2 hours ago
feat: Add Python Function data source info in explain Signed-off-by: plotor <zhenchao.wang@hotmail.com>
plotor:zhenchao-jungle
3 hours ago
feat(testing): add assert_frame_equal and assert_schema_equal for DataFrame testing Add a new `daft.testing` module with testing utilities that provide detailed error messages when comparisons fail: - `assert_frame_equal()`: Compare two DataFrames with support for ignoring row/column order, dtype checking, and float tolerance. Also accepts dict as expected value for convenience. - `assert_schema_equal()`: Compare two Schemas with column order option. - `assert_series_equal()`: Compare two Series with name and dtype options. This follows the conventions of pandas.testing and pyspark.testing, making it easier for users to write tests for their Daft code.
singularityDLW:feature/issue-3943-testing-assertions
5 hours ago
perf: Support parallel glob tasks for `from_glob_path` Signed-off-by: plotor <zhenchao.wang@hotmail.com>
plotor:zhenchao-from-glob-path
7 hours ago
perf: Only Serialize Required Cols in Actor UDFs Signed-off-by: plotor <zhenchao.wang@hotmail.com>
plotor:zhenchao-perf
7 hours ago
feat(observability): Export metrics out as a table with the result (#6055) ## Changes Made Currently only works with Swordfish, followup for Flotilla. ## Related Issues Closes #5558
main
11 hours ago
Fix CI
slade/metrics-out
11 hours ago
chore: Remove vendored parquet-format-safe, use upstream patched version (#6118) ## Changes Made - Removes the vendored `parquet-format-safe` crate (~15k lines) from the repository - Uses the patched upstream version from https://github.com/Eventual-Inc/parquet-format-safe instead ## Note on codecov <img width="1996" height="1614" alt="image" src="https://github.com/user-attachments/assets/d42284e4-6fe6-4dd7-b6d9-2f63d6d4360c" /> This change is motivated by a recent change that caused codecov to be calculated differently over this part of the codebase, dropping to 43% coverage for the whole project. This apparent drop is cosmetic - no actual test coverage was lost. The removed code was third-party and not covered by our test suite anyway. In any case, vendoring `parquet-format-safe` makes the codebase harder to maintain and inflates repository size. We can instead maintain a patched fork upstream, and reference it via git dependency.
main
12 hours ago
Active Branches
feat: delimiter for `agg_concat`
last run
2 hours ago
#6099
CodSpeed Performance Gauge
-1%
feat: Add Python Function data source info in explain
last run
3 hours ago
#6119
CodSpeed Performance Gauge
0%
feat(testing): add assert_frame_equal and assert_schema_equal for DataFrame testing
last run
5 hours ago
#6120
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs