Skip to content

Conversation

@nkronenfeld
Copy link
Contributor

Continuation of PR#19528 (#19529 (comment))

The problem with the maven build in the previous PR was the new tests.... the creation of a spark session outside the tests meant there was more than one spark session around at a time.
I was using the spark session outside the tests so that the tests could share data; I've changed it so that each test creates the data anew.

@nkronenfeld
Copy link
Contributor Author

@gatorsmile @srowen I think this is set now.

@SparkQA
Copy link

SparkQA commented Nov 9, 2017

Test build #83633 has finished for PR 19705 at commit 565c598.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@nkronenfeld
Copy link
Contributor Author

ok, now I question my own testing... does maven not run scalastyle tests? Or did I not run the tests properly somehow? I just ran mvn test from root, and it all seemed to work on my machine

@SparkQA
Copy link

SparkQA commented Nov 10, 2017

Test build #83657 has finished for PR 19705 at commit 12a1d37.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile
Copy link
Member

To check the syntax, you can run the following command

dev/lint-scala

Copy link
Member

@gatorsmile gatorsmile left a comment

Choose a reason for hiding this comment

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

LGTM

@gatorsmile
Copy link
Member

Thanks! Merged to master.

@asfgit asfgit closed this in b57ed22 Nov 10, 2017
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.

3 participants