Skip to content

Conversation

@holdenk
Copy link
Contributor

@holdenk holdenk commented Apr 12, 2016

What changes were proposed in this pull request?

The PyDoc Makefile used "=" rather than "?=" for setting env variables so it overwrote the user values. This ignored the environment variables we set for linting allowing warnings through. This PR also fixes the warnings that had been introduced.

How was this patch tested?

manual local export & make

@holdenk
Copy link
Contributor Author

holdenk commented Apr 12, 2016

cc @BryanCutler who ran into this issue

@SparkQA
Copy link

SparkQA commented Apr 12, 2016

Test build #55648 has finished for PR 12336 at commit 3f19309.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 12, 2016

Test build #55652 has finished for PR 12336 at commit 3b85ed0.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 13, 2016

Test build #55669 has finished for PR 12336 at commit d4f9687.

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

@BryanCutler
Copy link
Member

?= seems to do the trick, LGTM

@srowen
Copy link
Member

srowen commented Apr 13, 2016

LGTM

@holdenk
Copy link
Contributor Author

holdenk commented Apr 13, 2016

If this looks OK to people it would be good to merge before anymore PyDoc highlighting inconsistencies make it into master. Maybe @JoshRosen or @davies could merge could also take a quick look and merge this if its ok as they are the most recent committers on the Makefile?

@srowen
Copy link
Member

srowen commented Apr 14, 2016

Looks like a clean improvement; merged to master

@asfgit asfgit closed this in 478af2f Apr 14, 2016
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.

4 participants