Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12711][ML] ML StopWordsRemover does not protect itself from column name duplication - #10741
[SPARK-12711][ML] ML StopWordsRemover does not protect itself from column name duplication#10741grzegorz-chilkiewicz wants to merge 5 commits into
Conversation
jkbradley
commented
Jan 13, 2016
Could you please add tag "[ML]" to the PR title? |
jkbradley
commented
Jan 13, 2016
Also, please add a (short) PR description (in your first PR comment) since that will become part of the commit message. |
SparkQA
commented
Jan 13, 2016
Test build #2377 has finished for PR 10741 at commit
|
…lumn name duplication Fixes problem and verifies fix by test suite. Also - adds optional parameter nullable (Boolean) to: SchemaUtils.appendColumn and deduplicates SchemaUtils.appendColumn functions.
grzegorz-chilkiewicz
commented
Jan 26, 2016
Is everything ok with this PR? |
jkbradley
commented
Jan 26, 2016
LGTM |
SparkQA
commented
Jan 26, 2016
Test build #2461 has finished for PR 10741 at commit
|
There was a problem hiding this comment.
Just copy one of the datasets from an above test. That should fix the error.
There was a problem hiding this comment.
I missed out that second column in dataSet was totally empty... - and that was the problem...
I do not want to make that example too complicated, because this test does not even check correctness of execution result
I'm sorry for problems
marmbrus
commented
Feb 2, 2016
ok to test |
jkbradley
commented
Feb 2, 2016
LGTM pending tests |
SparkQA
commented
Feb 2, 2016
Test build #50573 has finished for PR 10741 at commit
|
jkbradley
commented
Feb 2, 2016
Merging with master and branch-1.6 |
…lumn name duplication Fixes problem and verifies fix by test suite. Also - adds optional parameter: nullable (Boolean) to: SchemaUtils.appendColumn and deduplicates SchemaUtils.appendColumn functions. Author: Grzegorz Chilkiewicz <grzegorz.chilkiewicz@codilime.com> Closes#10741 from grzegorz-chilkiewicz/master. (cherry picked from commit b1835d7) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
Fixes problem and verifies fix by test suite.
Also - adds optional parameter: nullable (Boolean) to: SchemaUtils.appendColumn
and deduplicates SchemaUtils.appendColumn functions.