Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(paimon): use tree fold pattern in PaimonPredicateVisitor and lazy pyarrow import Address rchowell PR #6635 review comments: - Refactor PaimonPredicateVisitor to use tree fold pattern (like _PyArrowExpressionVisitor): visit_col returns _ColRef marker, visit_lit returns raw value, predicates fold upward. Removes helper methods (_get_col_name, _get_literal_value, _extract_col_and_value, _convert_string_op) that bypassed the visitor by inspecting expr._expr directly. String ops now use visit_ dispatch mechanism (visit_starts_with, etc.). - Replace inline import pyarrow as pa with from daft.dependencies import pa lazy import in paimon_data_sink.py, consistent with Daft conventions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
YannByron:main-paimon
54 minutes ago
feat(dashboard): format repartition spec via logical-plan display
BABTUNA:feat/dashboard-human-readable-repartition
8 hours ago
fix(dashboard): include unknown repartition spec fields
BABTUNA:feat/dashboard-human-readable-repartition
8 hours ago
fix(cli): avoid stderr noise for invalid query-id env values
BABTUNA:feat/show-query-id-cli
9 hours ago
ci: retrigger CI workflow
YannByron:main-paimon
13 hours ago
implement into batches
oh/into_batches_without_emitting_flight_refs
14 hours ago
introduce task resource
gavin9402:introduce_file_resource
14 hours ago
feat(ext): add C++ hello extension example (#6804) ## Summary - Adds a `hello_cpp` extension example under `examples/hello_cpp/` that implements the daft-ext C ABI in pure C++ using the Apache Arrow C++ library - Mirrors the existing Rust `hello` example (`greet_cpp` scalar function) to demonstrate writing extensions without Rust - Includes CMakeLists.txt, scikit-build-core packaging, Python wrapper, tests, and a README with dev setup instructions ## Test plan - [ ] `cmake -B build && cmake --build build` compiles successfully with Arrow C++ installed - [ ] `uv pip install -e examples/hello_cpp && pytest examples/hello_cpp/tests/ -v` passes all 3 tests - [ ] `python data/scratch.py` shows the greeted output
main
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(paimon): enhance Paimon integration
#6635
7 days ago
a85970b
YannByron:main-paimon
CodSpeed Performance Gauge
0%
feat(dashboard): render Repartition spec in human-readable form
#6798
8 hours ago
8302e31
BABTUNA:feat/dashboard-human-readable-repartition
CodSpeed Performance Gauge
0%
feat(cli): show query id in CLI output
#6755
4 days ago
bbfa063
BABTUNA:feat/show-query-id-cli
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs