Skip to content

[SPARK-12599][MLlib][SQL] Remove the use of callUDF in MLlib#10547

Closed
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-12599
Closed

[SPARK-12599][MLlib][SQL] Remove the use of callUDF in MLlib#10547
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-12599

Conversation

@rxin

@rxin rxin commented Jan 1, 2016

Copy link
Copy Markdown
Contributor

callUDF has been deprecated. However, we do not have an alternative for users to specify the output data type without type tags. This pull request introduced a new API for that, and replaces the invocation of the deprecated callUDF with that.

@SparkQA

SparkQA commented Jan 1, 2016

Copy link
Copy Markdown

Test build #48570 has finished for PR 10547 at commit f6eb35a.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

SparkQA commented Jan 2, 2016

Copy link
Copy Markdown

Test build #2292 has finished for PR 10547 at commit f6eb35a.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

SparkQA commented Jan 2, 2016

Copy link
Copy Markdown

Test build #2293 has finished for PR 10547 at commit f6eb35a.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

SparkQA commented Jan 2, 2016

Copy link
Copy Markdown

Test build #2296 has finished for PR 10547 at commit f6eb35a.

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

@rxin

rxin commented Jan 3, 2016

Copy link
Copy Markdown
Contributor Author

I'm merging this.

@asfgit asfgit closed this in 513e3b0 Jan 3, 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.

2 participants