MrPowers / quinn

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

Fix tests and linter #148

Closed SemyonSinchenko closed 8 months ago

SemyonSinchenko commented 8 months ago

On branch feature/fix-tests Changes to be committed: modified: pyproject.toml modified: quinn/dataframe_validator.py modified: quinn/schema_helpers.py modified: quinn/split_columns.py modified: quinn/transformations.py modified: tests/test_split_columns.py

Close #146

jeffbrennan commented 8 months ago

@SemyonSinchenko changes look good besides the one pipe operator thing I noticed, I think it's ready to be merged

SemyonSinchenko commented 8 months ago

@SemyonSinchenko changes look good besides the one pipe operator thing I noticed, I think it's ready to be merged

Thank you! I fixed it!