Releases: Tom-Newton/spark-pit
Releases · Tom-Newton/spark-pit
v0.6.2-tom
v0.6.1-tom-databricks-14.3
Modification of v0.6.1 to be compatible with Databricks 14.3 instead of spark 3.5.0
Use the same python wheel as the v0.6.1 release.
v0.6.1-tom-databricks-12.2
Modification of v0.6.1 to be compatible with Databricks 12.2 instead of spark 3.5.0
Use the same python wheel as the v0.6.1 release.
v0.6.1-tom-databricks-10.4
Modification of v0.6.1 to be compatible with Databricks 10.4 instead of spark 3.5.0
Use the same python wheel as the v0.6.1 release.
Full Changelog: v0.6.1-tom...v0.6.1-tom-databricks-10.4
v0.6.1-tom
What's Changed
- Fully remove non equi non pit condition by @Tom-Newton in #10
- Fix invalid query pushdown by @Tom-Newton in #11
- Update Readme by @Tom-Newton in #12
- Version bump for 6.1.0 by @Tom-Newton in #13
Full Changelog: v0.6.0-tom...v0.6.1-tom
v0.6.0-tom-databricks-10.4
The same as v0.6.0-tom
but with some alterations to make it work in Databricks runtime 10.4.
Use python wheel from v0.6.0-tom
v0.6.0-tom
- Upgrade for Spark 3.5.0
- Add lots of tests
- Fix bugs
- Remove unnecessary code