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-8053] [mllib] renamed scalingVector to scalingVec #6596

Closed
wants to merge 1 commit into from

Conversation

jkbradley
Copy link
Member

I searched the Spark codebase for all occurrences of "scalingVector"

CC: @mengxr

@SparkQA
Copy link

SparkQA commented Jun 3, 2015

Test build #34028 has finished for PR 6596 at commit d3812f8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ElementwiseProduct(val scalingVec: Vector) extends VectorTransformer

@jkbradley
Copy link
Member Author

If 1.4 RC4 is the final RC, then I'll cancel this PR.

@mengxr
Copy link
Contributor

mengxr commented Jun 3, 2015

LGTM. I'm going to merge this into branch-1.4 as well. Because having param variable name different from param.name would cause issues with Python.

asfgit pushed a commit that referenced this pull request Jun 3, 2015
I searched the Spark codebase for all occurrences of "scalingVector"

CC: mengxr

Author: Joseph K. Bradley <[email protected]>

Closes #6596 from jkbradley/scalingVec-rename and squashes the following commits:

d3812f8 [Joseph K. Bradley] renamed scalingVector to scalingVec

(cherry picked from commit 07c16cb)
Signed-off-by: Xiangrui Meng <[email protected]>
@asfgit asfgit closed this in 07c16cb Jun 3, 2015
@jkbradley
Copy link
Member Author

OK. It's odd to have a breaking change between 1.4.0 and 1.4.1 though...

jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
I searched the Spark codebase for all occurrences of "scalingVector"

CC: mengxr

Author: Joseph K. Bradley <[email protected]>

Closes apache#6596 from jkbradley/scalingVec-rename and squashes the following commits:

d3812f8 [Joseph K. Bradley] renamed scalingVector to scalingVec
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
I searched the Spark codebase for all occurrences of "scalingVector"

CC: mengxr

Author: Joseph K. Bradley <[email protected]>

Closes apache#6596 from jkbradley/scalingVec-rename and squashes the following commits:

d3812f8 [Joseph K. Bradley] renamed scalingVector to scalingVec
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