[GitHub] spark pull request #14632: Update ColumnarBatch.java

2016-08-14 Thread sakky11
Github user sakky11 closed the pull request at: https://github.com/apache/spark/pull/14632 --- 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 enabled and wishes so, or if the feature

[GitHub] spark pull request #14632: Update ColumnarBatch.java

2016-08-14 Thread sakky11
GitHub user sakky11 opened a pull request: https://github.com/apache/spark/pull/14632 Update ColumnarBatch.java ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-31 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 Any update on this commit ?? --- 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 enabled

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 I know its trivial but it still avoids duplication of code and make it more readable. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 I think the issue should be fixed now.Sorry for trouble. --- 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

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 Hey sorry @srowen ,Actually I have fixed the compilation error but missed it in adding in a pull request.Sorry. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 Added the required fix.Can you please start the build ?? --- 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

[GitHub] spark issue #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on the issue: https://github.com/apache/spark/pull/14402 Any update on the recent change ?? --- 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 enabled

[GitHub] spark pull request #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on a diff in the pull request: https://github.com/apache/spark/pull/14402#discussion_r72886590 --- Diff: core/src/main/java/org/apache/spark/api/java/JavaSparkContextVarargsWorkaround.java --- @@ -52,11 +46,16 @@ public JavaDoubleRDD union

[GitHub] spark pull request #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on a diff in the pull request: https://github.com/apache/spark/pull/14402#discussion_r72886550 --- Diff: core/src/main/java/org/apache/spark/api/java/JavaSparkContextVarargsWorkaround.java --- @@ -52,11 +46,16 @@ public JavaDoubleRDD union

[GitHub] spark pull request #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-30 Thread sakky11
Github user sakky11 commented on a diff in the pull request: https://github.com/apache/spark/pull/14402#discussion_r72886476 --- Diff: core/src/main/java/org/apache/spark/api/java/JavaSparkContextVarargsWorkaround.java --- @@ -52,11 +46,16 @@ public JavaDoubleRDD union

[GitHub] spark pull request #14402: Update JavaSparkContextVarargsWorkaround.java

2016-07-29 Thread sakky11
GitHub user sakky11 opened a pull request: https://github.com/apache/spark/pull/14402 Update JavaSparkContextVarargsWorkaround.java Taking common functionality into a Single method to avoid duplication of code. You can merge this pull request into a Git repository by running