Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 - #11237
Closed
Earthson wants to merge 3 commits into
Closed
[SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6#11237Earthson wants to merge 3 commits into
Earthson wants to merge 3 commits into
Conversation
Earthson
commented
Feb 17, 2016
ContributorAuthor
@mengxr Hi, Xiangrui, I've copied the code from master to fix SPARK-12746 for branch-1.6. related: #10697 |
JoshRosen
commented
Feb 18, 2016
Contributor
Jenkins, this is ok to test. |
SparkQA
commented
Feb 18, 2016
Test build #51458 has finished for PR 11237 at commit
|
srowen
commented
Feb 18, 2016
Member
Please tag this for SPARK-12746 instead |
Earthson
commented
Feb 19, 2016
ContributorAuthor
| def checkColumnTypes( | ||
| schema: StructType, | ||
| colName: String, | ||
| dataTypes: Seq[DataType], |
SparkQA
commented
Feb 19, 2016
Test build #51513 has finished for PR 11237 at commit
|
Earthson
commented
Feb 19, 2016
ContributorAuthor
Jenkins, test this please. |
SparkQA
commented
Feb 19, 2016
Test build #51522 has finished for PR 11237 at commit
|
Earthson
commented
Feb 21, 2016
ContributorAuthor
@srowen Is this ok to merge? |
srowen
commented
Feb 21, 2016
Member
OK by me though ideally @mengxr would merge. I'll do it tomorrow if not |
asfgit pushed a commit
that referenced
this pull request
Feb 23, 2016
…false) fix for branch-1.6 https://issues.apache.org/jira/browse/SPARK-13359 Author: Earthson Lu <Earthson.Lu@gmail.com> Closes#11237 from Earthson/SPARK-13359.
mengxr
commented
Feb 23, 2016
Contributor
Merged into branch-1.6. Thanks! @Earthson Could you please close this PR manually? PR sent to a specific branch won't be closed automatically. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/SPARK-13359