Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
get test files
chris/fix-it-iceberg-setup
2 hours ago
fix(core): box FileReference inside Literal::File Adding `size` and `last_modified` to FileReference grew the struct past clippy's `large_enum_variant` threshold, since `Literal::File` lives inside `ScalarColumn` and ultimately inside the `Column::Scalar` variant (which is paired with `Column::Series` at ~16 bytes). Boxing keeps the Literal enum compact without forcing every Column instance to carry the larger payload on the stack.
aaron-ang:feat/read-blob
3 hours ago
try docker image
chris/fix-it-iceberg-setup
3 hours ago
test: align listing-shape tests with new last_modified column - tests/conftest.py: add `ignore_extra_columns` kwarg to `assert_df_equals` so listing tests can compare against a subset schema without manually excluding columns on the daft side. - tests/cookbook/test_dataloading.py: switch the five glob-listing comparisons to `ignore_extra_columns=True`. - tests/integration/io/test_url_download_public_gcs.py: pop `last_modified` from the result dict and assert each entry is a tz-aware datetime in the past, so the GCS plumbing is actually exercised. - tests/file/test_file_basics.py: strengthen `test_from_glob_path_emits_last_modified` to bracket the file write with before/after timestamps and assert the cached value falls inside.
aaron-ang:feat/read-blob
3 hours ago
wait for unity
chris/fix-it-iceberg-setup
4 hours ago
pin python lib versions
chris/fix-it-iceberg-setup
5 hours ago
fail with curl
chris/fix-it-iceberg-setup
6 hours ago
feat: add `to_map` constructor function Add a `to_map()` function that constructs map columns from key-value expression pairs, closing the gap where `to_list` and `to_struct` exist but map construction was missing. Closes #6885
feat/to-map
6 hours ago
Latest Branches
CodSpeed Performance Gauge
+11%
fix(test): handle transient iceberg rest catalog startup failures
#6880
2 hours ago
5e4b884
chris/fix-it-iceberg-setup
CodSpeed Performance Gauge
0%
feat(file): cache size + last_modified on File for IO-free metadata access
#6747
3 hours ago
38d0a7b
aaron-ang:feat/read-blob
CodSpeed Performance Gauge
0%
feat: add `to_map` constructor function
#6887
7 hours ago
7ad5a61
feat/to-map
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs