MrPowers / bebe

Filling in the Spark function gaps across APIs
50 stars 5 forks source link

Update the tests with the new column constructors #5

Closed MrPowers closed 3 years ago

MrPowers commented 3 years ago

@alfonsorr - I'm having trouble getting some of the tests on this branch passing. Feel free to push up a commit directly on this branch if you're so inclined ;)

alfonsorr commented 3 years ago

Almost got it, but i've found a bug in spark-fast-test with dates in spark 3.0 https://github.com/MrPowers/spark-fast-tests/issues/86 xD.

I'm going to try to solve it ;)

alfonsorr commented 3 years ago

I've updated the branch, added facilities to not be putting _.col all the time, and added a personal touch to the new withColumn