Skip to content
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

Merged
merged 1 commit into from
Jan 2, 2018
Merged

Use engine 0.2 #26

merged 1 commit into from
Jan 2, 2018

Conversation

smacker
Copy link
Contributor

@smacker smacker commented Dec 22, 2017

fix #22

It should fix the problem with flaky tests.

@@ -36,21 +36,17 @@ class Gemini(session: SparkSession, keyspace: String = Gemini.defautKeyspace) {
}

def hashForRepos(repos: DataFrame): DataFrame = {
Copy link
Contributor

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 } .

Copy link
Contributor Author

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.

Copy link
Contributor

@dpordomingo dpordomingo left a 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?

@smacker
Copy link
Contributor Author

smacker commented Dec 22, 2017

@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>
@dpordomingo
Copy link
Contributor

Oh, great, the first one :)

@dpordomingo
Copy link
Contributor

dpordomingo commented Jan 2, 2018

This PR also fixes #22 as explained by #issuecomment-354778747

Copy link
Contributor

@bzz bzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@smacker smacker merged commit 4a967d0 into src-d:master Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky tests: Dataframe containing duplicated files is not properly saved
3 participants