Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Mar 19, 2016

What changes were proposed in this pull request?

500L << 20 is actually pretty close to 32-bit int limit. I was trying to increase this to 500L << 23 and got negative numbers instead.

How was this patch tested?

I'm only modifying test code.

@SparkQA
Copy link

SparkQA commented Mar 19, 2016

Test build #53603 has finished for PR 11839 at commit cbe436f.

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

@rxin
Copy link
Contributor Author

rxin commented Mar 19, 2016

cc @davies and @sameeragarwal

@davies
Copy link
Contributor

davies commented Mar 19, 2016

LGTM

@rxin
Copy link
Contributor Author

rxin commented Mar 19, 2016

Thanks - merging in master.

@asfgit asfgit closed this in 1970d91 Mar 19, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?
500L << 20 is actually pretty close to 32-bit int limit. I was trying to increase this to 500L << 23 and got negative numbers instead.

## How was this patch tested?
I'm only modifying test code.

Author: Reynold Xin <rxin@databricks.com>

Closes apache#11839 from rxin/SPARK-14018.
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