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

[SPARK-12611][SQL][PYSPARK][TESTS] Fix test_infer_schema_to_local #10564

Closed

Conversation

holdenk
Copy link
Contributor

@holdenk holdenk commented Jan 3, 2016

Previously (when the PR was first created) not specifying b= explicitly was fine (and treated as default null) - instead be explicit about b being None in the test.

@SparkQA
Copy link

SparkQA commented Jan 3, 2016

Test build #48617 has finished for PR 10564 at commit 72009b7.

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

@rxin
Copy link
Contributor

rxin commented Jan 4, 2016

cc @davies

I'm going to merge this first so pull requests don't just fail. We should look into whether the behavior change is desired.

@asfgit asfgit closed this in 13dab9c Jan 4, 2016
@davies
Copy link
Contributor

davies commented Jan 4, 2016

@holdenk @rxin thanks!

@rxin
Copy link
Contributor

rxin commented Jan 4, 2016

@yhuai
Copy link
Contributor

yhuai commented Jan 26, 2016

Also merging to branch 1.6.

asfgit pushed a commit that referenced this pull request Jan 26, 2016
Previously (when the PR was first created) not specifying b= explicitly was fine (and treated as default null) - instead be explicit about b being None in the test.

Author: Holden Karau <holden@us.ibm.com>

Closes #10564 from holdenk/SPARK-12611-fix-test-infer-schema-local.

(cherry picked from commit 13dab9c)
Signed-off-by: Yin Huai <yhuai@databricks.com>
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.

5 participants