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-18133] [branch-2.0] [Examples] [ML] [Python ML Pipeline Exampl… #15729

Closed

Conversation

jagadeesanas2
Copy link
Contributor

What changes were proposed in this pull request?

[Fix] [branch-2.0] In Python 3, there is only one integer type (i.e., int), which mostly behaves like the long type in Python 2. Since Python 3 won't accept "L", so removed "L" in all examples.

How was this patch tested?

Unit tests.

…e has syntax errors]

@SparkQA
Copy link

SparkQA commented Nov 2, 2016

Test build #67958 has finished for PR 15729 at commit dadfaa9.

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

@srowen
Copy link
Member

srowen commented Nov 2, 2016

You can close this PR now. I merged it.

asfgit pushed a commit that referenced this pull request Nov 2, 2016
## What changes were proposed in this pull request?

[Fix] [branch-2.0] In Python 3, there is only one integer type (i.e., int), which mostly behaves like the long type in Python 2. Since Python 3 won't accept "L", so removed "L" in all examples.

## How was this patch tested?

Unit tests.

…e has syntax errors]

Author: Jagadeesan <as2@us.ibm.com>

Closes #15729 from jagadeesanas2/SPARK-18133_branch2.0.
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