Kaskada 0.6.0
github-actions
released this
17 Oct 23:46
·
24 commits
to refs/heads/main
since this release
✨ Features & Enhancements
- compile and execute partitioned query (#806)
- add source trait (#803)
- Support S3 paths in Parquet inputs (#798)
🐞 Bug fixes
- release the GIL during sync iteration (#810)
🛠️ Other improvements
- Rename sparrow-execution to sparrow-plan-execution (#817)
- Move source to a public module in interfaces (#816)
- Update release_python.yml (#815)
- Update execution_test.py (#812)
- Update README.md (#811)
- Move rust CI steps to ci_python.yml (#809)
- fix release drafting (#808)
- removed ci workflows for the engine, python client, and cli (#772)
- move execution tests to a separate file (#802)
- update param name on parquet source to match docs (#804)
Thank you to all our contributors for making this release possible!
@bjchambers, @epinzur and @jordanrfrazier