-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Encoder found for Double #37
Comments
I just noticed that build.gradle on https://github.com/MKhalusova/kotlin-spark-example references version 0.1.0 of Todd |
@ToddSmall Thanks for noticing! I'll update the version in the example. |
Thank you! |
@ToddSmall Thank you for the report! Could you test please? |
@asm0dey Yes, my issue is fixed. Thanks again! Todd |
Hi,
I've modified the example in the Quick Start Guide to use the following main function:
When I execute this program with:
I get the following error:
If I replace the Doubles in the data class with Ints, then the program executes correctly, printing:
My build environment is identical to the one at https://github.com/MKhalusova/kotlin-spark-example, and I'm using Spark 3.0.0 with Java 1.8.0_252 (AdoptOpenJDK) on MacOS 10.15.6.
Thank you,
Todd
The text was updated successfully, but these errors were encountered: