Skip to content

[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

Closed
wants to merge 3 commits into from

Conversation

Earthson
Copy link
Contributor

@Earthson Earthson changed the title [ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 [SPARK-13359][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 Feb 17, 2016
@Earthson
Copy link
Contributor Author

@mengxr Hi, Xiangrui, I've copied the code from master to fix SPARK-12746 for branch-1.6.

related: #10697

@JoshRosen
Copy link
Contributor

Jenkins, this is ok to test.

@SparkQA
Copy link

SparkQA commented Feb 18, 2016

Test build #51458 has finished for PR 11237 at commit 2de848f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Feb 18, 2016

Please tag this for SPARK-12746 instead

@Earthson Earthson changed the title [SPARK-13359][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 Feb 19, 2016
@Earthson
Copy link
Contributor Author

schema: StructType,
colName: String,
dataTypes: Seq[DataType],
msg: String = ""): Unit = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent

@Earthson Earthson changed the title [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 [SPARK-12746][SPARK-13359][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 Feb 19, 2016
@Earthson Earthson changed the title [SPARK-12746][SPARK-13359][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6 Feb 19, 2016
@SparkQA
Copy link

SparkQA commented Feb 19, 2016

Test build #51513 has finished for PR 11237 at commit 30655f5.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@Earthson
Copy link
Contributor Author

Jenkins, test this please.

@SparkQA
Copy link

SparkQA commented Feb 19, 2016

Test build #51522 has finished for PR 11237 at commit 372588f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@Earthson
Copy link
Contributor Author

@srowen Is this ok to merge?

@srowen
Copy link
Member

srowen commented Feb 21, 2016

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
Copy link
Contributor

mengxr commented Feb 23, 2016

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.

@Earthson Earthson closed this Feb 24, 2016
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.

6 participants