holdenk / spark-testing-base

Base classes to use when writing tests with Spark
Apache License 2.0
1.51k stars 359 forks source link

fix: [~] deprecated methods problem #406

Closed eruizalo closed 6 months ago

eruizalo commented 7 months ago

Not sure how it passed the PR tests, but having two methods with the same name and both of them with default argument values fails, now deprecated methods work as always.

Fixed timestamp duration for these methods as well

holdenk commented 6 months ago

Awesome, thank you for the fix <3 :)