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

[MINOR][DOCS] Fix typo in PySpark example in ml-datasource.md #29073

Closed
wants to merge 1 commit into from
Closed

[MINOR][DOCS] Fix typo in PySpark example in ml-datasource.md #29073

wants to merge 1 commit into from

Conversation

ChuliangXiao
Copy link
Contributor

@ChuliangXiao ChuliangXiao commented Jul 12, 2020

What changes were proposed in this pull request?

This PR changes true to True in the python code.

Why are the changes needed?

The previous example is a syntax error.

Does this PR introduce any user-facing change?

Yes, but this is doc-only typo fix.

How was this patch tested?

Manually run the example.

change `true` to `True` in the python code
@kiszk
Copy link
Member

kiszk commented Jul 12, 2020

Thank you for your contribution.

  • Could you update the description based on the template (like this)?
  • Could you apply this change to other places (at least I can find the similar typo twice in the same file)?

@srowen
Copy link
Member

srowen commented Jul 12, 2020

Jenkins test this please

@SparkQA
Copy link

SparkQA commented Jul 12, 2020

Test build #125717 has finished for PR 29073 at commit ce49482.

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

@dongjoon-hyun dongjoon-hyun changed the title Update ml-datasource.md [MINOR][DOCS] Fix typo in PySpark example in ml-datasource.md Jul 12, 2020
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you for your first contribution, @ChuliangXiao . Welcome.
This is merged to master/3.0/2.4 for Apache Spark 3.1/3.0.1/2.4.7.

dongjoon-hyun pushed a commit that referenced this pull request Jul 12, 2020
### What changes were proposed in this pull request?

This PR changes `true` to `True` in the python code.

### Why are the changes needed?

The previous example is a syntax error.

### Does this PR introduce _any_ user-facing change?

Yes, but this is doc-only typo fix.

### How was this patch tested?

Manually run the example.

Closes #29073 from ChuliangXiao/patch-1.

Authored-by: Chuliang Xiao <ChuliangX@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit c56c84a)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun pushed a commit that referenced this pull request Jul 12, 2020
### What changes were proposed in this pull request?

This PR changes `true` to `True` in the python code.

### Why are the changes needed?

The previous example is a syntax error.

### Does this PR introduce _any_ user-facing change?

Yes, but this is doc-only typo fix.

### How was this patch tested?

Manually run the example.

Closes #29073 from ChuliangXiao/patch-1.

Authored-by: Chuliang Xiao <ChuliangX@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit c56c84a)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants