[GitHub] spark pull request #15225: [SPARK-17652] Fix confusing exception message whi...

2016-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15225 --- 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 is

[GitHub] spark pull request #15225: [SPARK-17652] Fix confusing exception message whi...

2016-09-23 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/15225#discussion_r80340526 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -285,19 +285,19 @@ public void reserve(int

[GitHub] spark pull request #15225: [SPARK-17652] Fix confusing exception message whi...

2016-09-23 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/15225#discussion_r80339515 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -285,19 +285,19 @@ public void reserve(int

[GitHub] spark pull request #15225: [SPARK-17652] Fix confusing exception message whi...

2016-09-23 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/15225#discussion_r80337683 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -285,19 +285,19 @@ public void reserve(int

[GitHub] spark pull request #15225: [SPARK-17652] Fix confusing exception message whi...

2016-09-23 Thread sameeragarwal
GitHub user sameeragarwal opened a pull request: https://github.com/apache/spark/pull/15225 [SPARK-17652] Fix confusing exception message while reserving capacity ## What changes were proposed in this pull request? This minor patch fixes a confusing exception message while