-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use engine 0.2 #26
Use engine 0.2 #26
Conversation
@@ -36,21 +36,17 @@ class Gemini(session: SparkSession, keyspace: String = Gemini.defautKeyspace) { | |||
} | |||
|
|||
def hashForRepos(repos: DataFrame): DataFrame = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that now you removed the assignation you can also remove the {
and }
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are absolutely right or how people say in Vietnam "Đúng rồi"!
Cảm ơn nha! Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not validate it, but looks good to me.
Could you reproduce the two flaky errors locally?
@dpordomingo I added detailed comments in the issue about what I have tried, results and so on. Please take a look there. Thanks! |
Signed-off-by: Maxim Sukharev <maxim@sourced.tech>
Oh, great, the first one :) |
This PR also fixes #22 as explained by #issuecomment-354778747 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix #22
It should fix the problem with flaky tests.