[GitHub] spark pull request: [SPARK-14756][Core] Use parseLong instead of v...

2016-04-25 Thread javawithjiva
Github user javawithjiva commented on the pull request: https://github.com/apache/spark/pull/12520#issuecomment-214618915 Thank you for helping me get my first pull request out. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-14756][Core] Use parseLong instead of v...

2016-04-25 Thread javawithjiva
Github user javawithjiva commented on the pull request: https://github.com/apache/spark/pull/12520#issuecomment-214300491 Updated --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark pull request: [SPARK-14756][Core] Use parseLong instead of v...

2016-04-21 Thread javawithjiva
Github user javawithjiva commented on the pull request: https://github.com/apache/spark/pull/12520#issuecomment-212948656 @srowen or @rxin Can one of you merge? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [Minor][Core] Use parseLong instead of valueOf

2016-04-19 Thread javawithjiva
GitHub user javawithjiva opened a pull request: https://github.com/apache/spark/pull/12520 [Minor][Core] Use parseLong instead of valueOf ## What changes were proposed in this pull request? Use Long.parseLong which returns a primative. Use a series of appends() reduces