Matthew Powers
Matthew Powers
Thanks for opening this issue @prkorp. The [spark-fast-tests library](https://github.com/MrPowers/spark-fast-tests) defines the `assertSmallDataFrameEquality` method that checks if the schema and data in two DataFrames is equal. In your case, the schemas...
Can you please send the exact code you ran? The code has this comments: ``` // tmpFolder should look like s3a://bucket/data/src // filename should look like s3a://bucket/data/dest/my_cool_file.csv ``` Did you...
@labbedaine - I think you can click the "Reload all SBT projects" refresh button (the symbols is two arrows that form a circle) to get the latest code synced with...
@argenisleon - Looks like [conda & poetry are compatible](https://github.com/python-poetry/poetry/issues/105). I will try it out when I have some free time and report back!
@alexarchambault - thank you! Can you please send the commands to download a version of Java that's suitable for a Mac M1 (preferably Java 11). I can see the Java...
I say we just delete this file. This would be something good to tackle for the 1.0 release.
@sidharthbolar - yep this is still open for contributions. Thanks for asking. Feel free to send a PR and I'll be happy to work with you to get it merged...
I am going to switch the project to Python 3 and remove DataFrame#transform.
Thanks @pirate. I [updated the test suite](https://github.com/MrPowers/quinn/commit/283629acd2a5544e53ad55ebbf92c77174bef799) to demonstrate how `functools.partial` can be used. I also changed the string `"luisa"` to `"liz"` based on a code review from @lizparody 😉...
Thanks @pirate - I updated the code and blog post accordingly. Thanks for all the help here - I really appreciate the feedback. Feel free to rip up my code...