Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Oct 13, 2016

What changes were proposed in this pull request?

This patch annotates all the remaining APIs in SQL (excluding streaming) with InterfaceStability.

How was this patch tested?

N/A - just annotation change.


import java.io.Serializable;

// **************************************************
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can't find FunctionRegistration anymore, so deleting this.

Copy link
Member

Choose a reason for hiding this comment

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

+1

@InterfaceStability.Stable
public interface UDF1<T1, R> extends Serializable {
public R call(T1 t1) throws Exception;
R call(T1 t1) throws Exception;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

methods in interface in Java are by default public.

@SparkQA
Copy link

SparkQA commented Oct 13, 2016

Test build #66869 has finished for PR 15457 at commit 9f7db6f.

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

@SparkQA
Copy link

SparkQA commented Oct 13, 2016

Test build #66867 has finished for PR 15457 at commit 5f51cbb.

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

@hvanhovell
Copy link
Contributor

LGTM - pending jenkins

@SparkQA
Copy link

SparkQA commented Oct 13, 2016

Test build #66874 has finished for PR 15457 at commit 6f9b673.

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

@hvanhovell
Copy link
Contributor

Merging to master. Thanks!

@asfgit asfgit closed this in 04d417a Oct 13, 2016
robert3005 pushed a commit to palantir/spark that referenced this pull request Nov 1, 2016
## What changes were proposed in this pull request?
This patch annotates all the remaining APIs in SQL (excluding streaming) with InterfaceStability.

## How was this patch tested?
N/A - just annotation change.

Author: Reynold Xin <[email protected]>

Closes apache#15457 from rxin/SPARK-17830-2.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## What changes were proposed in this pull request?
This patch annotates all the remaining APIs in SQL (excluding streaming) with InterfaceStability.

## How was this patch tested?
N/A - just annotation change.

Author: Reynold Xin <[email protected]>

Closes apache#15457 from rxin/SPARK-17830-2.
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.

4 participants