Skip to content

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 <[email protected]>

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

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <[email protected]>
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 <[email protected]>

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

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <[email protected]>
@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 <[email protected]>

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

(cherry picked from commit 4c64e88)
Signed-off-by: Xiangrui Meng <[email protected]>
(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

Development

Successfully merging this pull request may close these issues.

3 participants