v0.1.15
github-actions
released this
28 Aug 06:43
·
1286 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [FEAT] add row group support to daft parquet reader @samster25 (#1308)
- [FEAT] [New Query Planner] Add logical plan hashing, rule batches, fixed-point policies, early optimizer termination, and optimization cycle detection. @clarkzinzow (#1292)
👾 Bug Fixes
- [BUG] make seperate file for new query planner @samster25 (#1309)
🧰 Maintenance
- [CHORE] Refactor Growable traits and downcast for lifetimes @jaychia (#1305)
- [CHORE] Refactor broadcast to use growables @jaychia (#1304)
- [CHORE] Code reduction in growable macros + logical if/else refactor @jaychia (#1301)
- [CHORE] Refactor growables to return a Series instead of concrete arrays @jaychia (#1297)
- [CHORE] Minor cleanup for
logical_plan::Project
@xcharleslin (#1299)