[Minor][Doc] Improve SQLContext Documentation and Fix SparkSession and sql.functions Documentation#13577
Closed
techaddict wants to merge 7 commits intoapache:masterfrom
Closed
[Minor][Doc] Improve SQLContext Documentation and Fix SparkSession and sql.functions Documentation#13577techaddict wants to merge 7 commits intoapache:masterfrom
techaddict wants to merge 7 commits intoapache:masterfrom
Conversation
|
Test build #60233 has finished for PR 13577 at commit
|
|
Test build #60234 has finished for PR 13577 at commit
|
| * that is generally created automatically through implicits from a `SparkSession`, or can be | ||
| * created explicitly by calling static methods on [[Encoders]]. | ||
| * | ||
| * == Example == |
Contributor
There was a problem hiding this comment.
what does this look like when it is rendered?
Contributor
|
Actually thanks for the pr. Got me to do this one: #13582 |
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>
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
months_betweenin functionsHow was this patch tested?
Verified manually by generating api docs using
build/sbt spark/scalaunidoc:doc