Skip to content

Conversation

@jagadeesanas2
Copy link
Contributor

What changes were proposed in this pull request?

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.

…rrors]

@SparkQA
Copy link

SparkQA commented Oct 27, 2016

Test build #67637 has finished for PR 15660 at commit 76d24a6.

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

@vincentpham1991
Copy link

LGTM

@yanboliang
Copy link
Contributor

LGTM2, merged into master. Thanks!

@asfgit asfgit closed this in e9746f8 Oct 28, 2016
@yanboliang
Copy link
Contributor

@jagadeesanas2 I'd like to merge it into branch-2.0 also, but there is conflict. Could you please prepare a separate PR for branch-2.0? Thanks.

robert3005 pushed a commit to palantir/spark that referenced this pull request Nov 1, 2016
## What changes were proposed in this pull request?

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.

…rrors]

Author: Jagadeesan <[email protected]>

Closes apache#15660 from jagadeesanas2/SPARK-18133.
@jagadeesanas2
Copy link
Contributor Author

jagadeesanas2 commented Nov 2, 2016

@yanboliang PR for branch-2.0 #15729

uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## What changes were proposed in this pull request?

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.

…rrors]

Author: Jagadeesan <[email protected]>

Closes apache#15660 from jagadeesanas2/SPARK-18133.
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