MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
597 stars 93 forks source link

BUG: Failure in tests/extensions/test_dataframe_ext.py for Spark 2.4 #216

Closed kunaljubce closed 4 months ago

kunaljubce commented 4 months ago

Quinn version checks

Reproducible Example

This is mainly a CI error, so to reproduce it, you would need to install `PySpark 2.4.8`.

Issue Description

Happening due to tests failing on the below functions as df.transform() was only introduced in Spark 3.0.0 -

Expected Behavior

For PySpark 2.4.x, this test should not get executed.

Installed Versions

0.10.2