Skip to content
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

[SPARK-15850][SQL] Remove function grouping in SparkSession #13582

Closed
wants to merge 1 commit into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Jun 9, 2016

What changes were proposed in this pull request?

SparkSession does not have that many functions due to better namespacing, and as a result we probably don't need the function grouping. This patch removes the grouping and also adds missing scaladocs for createDataset functions in SQLContext.

Closes #13577.

How was this patch tested?

N/A - this is a documentation change.

@SparkQA
Copy link

SparkQA commented Jun 10, 2016

Test build #60249 has finished for PR 13582 at commit a675b03.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • * case class Person(name: String, age: Long)

@rxin
Copy link
Contributor Author

rxin commented Jun 10, 2016

cc @hvanhovell

@hvanhovell
Copy link
Contributor

LGTM - merging to master/2.0

asfgit pushed a commit that referenced this pull request Jun 10, 2016
## What changes were proposed in this pull request?
SparkSession does not have that many functions due to better namespacing, and as a result we probably don't need the function grouping. This patch removes the grouping and also adds missing scaladocs for createDataset functions in SQLContext.

Closes #13577.

## How was this patch tested?
N/A - this is a documentation change.

Author: Reynold Xin <rxin@databricks.com>

Closes #13582 from rxin/SPARK-15850.

(cherry picked from commit 16df133)
Signed-off-by: Herman van Hovell <hvanhovell@databricks.com>
@asfgit asfgit closed this in 16df133 Jun 10, 2016
zjffdu pushed a commit to zjffdu/spark that referenced this pull request Jun 10, 2016
## What changes were proposed in this pull request?
SparkSession does not have that many functions due to better namespacing, and as a result we probably don't need the function grouping. This patch removes the grouping and also adds missing scaladocs for createDataset functions in SQLContext.

Closes apache#13577.

## How was this patch tested?
N/A - this is a documentation change.

Author: Reynold Xin <rxin@databricks.com>

Closes apache#13582 from rxin/SPARK-15850.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants