Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-16035][PYSPARK] Fix SparseVector parser assertion for end parenthesis #13750

Conversation

andreapasqua
Copy link
Contributor

What changes were proposed in this pull request?

The check on the end parenthesis of the expression to parse was using the wrong variable. I corrected that.

How was this patch tested?

Manual test

@andreapasqua andreapasqua changed the title Fix SparseVector parser assertion for end parenthesis [SPARK-16035][PYSPARK]Fix SparseVector parser assertion for end parenthesis Jun 18, 2016
@andreapasqua andreapasqua changed the title [SPARK-16035][PYSPARK]Fix SparseVector parser assertion for end parenthesis [SPARK-16035][PYSPARK] Fix SparseVector parser assertion for end parenthesis Jun 18, 2016
@mengxr
Copy link
Contributor

mengxr commented Jun 18, 2016

ok to test

@mengxr
Copy link
Contributor

mengxr commented Jun 18, 2016

LGTM. It is bad that we don't have full coverage here. Given the fact that parse is more like an internal feature paired with str, it is probably okay to manual test this.

@SparkQA
Copy link

SparkQA commented Jun 18, 2016

Test build #60749 has finished for PR 13750 at commit 9df1499.

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

asfgit pushed a commit that referenced this pull request Jun 18, 2016
…nthesis

## What changes were proposed in this pull request?
The check on the end parenthesis of the expression to parse was using the wrong variable. I corrected that.
## How was this patch tested?
Manual test

Author: andreapasqua <andrea@radius.com>

Closes #13750 from andreapasqua/sparse-vector-parser-assertion-fix.

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
asfgit pushed a commit that referenced this pull request Jun 18, 2016
…nthesis

## What changes were proposed in this pull request?
The check on the end parenthesis of the expression to parse was using the wrong variable. I corrected that.
## How was this patch tested?
Manual test

Author: andreapasqua <andrea@radius.com>

Closes #13750 from andreapasqua/sparse-vector-parser-assertion-fix.

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@mengxr
Copy link
Contributor

mengxr commented Jun 18, 2016

Merged into master and branch-2.0. Thanks!

@asfgit asfgit closed this in 4c64e88 Jun 18, 2016
zzcclp pushed a commit to zzcclp/spark that referenced this pull request Jun 20, 2016
…nthesis

## What changes were proposed in this pull request?
The check on the end parenthesis of the expression to parse was using the wrong variable. I corrected that.
## How was this patch tested?
Manual test

Author: andreapasqua <andrea@radius.com>

Closes apache#13750 from andreapasqua/sparse-vector-parser-assertion-fix.

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
(cherry picked from commit 3f1d730)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants