-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 #11237
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
Conversation
@mengxr Hi, Xiangrui, I've copied the code from master to fix SPARK-12746 for branch-1.6. related: #10697 |
Jenkins, this is ok to test. |
Test build #51458 has finished for PR 11237 at commit
|
Please tag this for SPARK-12746 instead |
schema: StructType, | ||
colName: String, | ||
dataTypes: Seq[DataType], | ||
msg: String = ""): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indent
Test build #51513 has finished for PR 11237 at commit
|
Jenkins, test this please. |
Test build #51522 has finished for PR 11237 at commit
|
@srowen Is this ok to merge? |
OK by me though ideally @mengxr would merge. I'll do it tomorrow if not |
…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.
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. |
https://issues.apache.org/jira/browse/SPARK-13359