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-16202][SQL][DOC] Follow-up to Correct The Description of CreatableRelationProvider's createRelation #18026

Conversation

jaceklaskowski
Copy link
Contributor

What changes were proposed in this pull request?

Follow-up to SPARK-16202:

  1. Remove the duplication of the meaning of SaveMode (as one was in fact missing that had proven that the duplication may be incomplete in the future again)

  2. Use standard scaladoc tags

/cc @gatorsmile @rxin @yhuai (as they were involved previously)

How was this patch tested?

local build

@SparkQA
Copy link

SparkQA commented May 18, 2017

Test build #77045 has finished for PR 18026 at commit 7bf5d19.

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

* Saves a DataFrame to a destination (using data source-specific parameters)
*
* @param mode specifies what happens when the destination already exists
* @param parameters data source-specific parameters
Copy link
Member

Choose a reason for hiding this comment

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

Could you add the descriptions for the other two parameters here? Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

Also add @return?

@gatorsmile
Copy link
Member

LGTM

@SparkQA
Copy link

SparkQA commented May 19, 2017

Test build #77104 has finished for PR 18026 at commit 97a691c.

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

@SparkQA
Copy link

SparkQA commented May 19, 2017

Test build #77107 has finished for PR 18026 at commit 88b109d.

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

asfgit pushed a commit that referenced this pull request May 25, 2017
…ableRelationProvider's createRelation

## What changes were proposed in this pull request?

Follow-up to SPARK-16202:

1. Remove the duplication of the meaning of `SaveMode` (as one was in fact missing that had proven that the duplication may be incomplete in the future again)

2. Use standard scaladoc tags

/cc gatorsmile rxin yhuai (as they were involved previously)

## How was this patch tested?

local build

Author: Jacek Laskowski <jacek@japila.pl>

Closes #18026 from jaceklaskowski/CreatableRelationProvider-SPARK-16202.

(cherry picked from commit 5f8ff2f)
Signed-off-by: Xiao Li <gatorsmile@gmail.com>
@gatorsmile
Copy link
Member

Thanks! Merging to master/2.2

@asfgit asfgit closed this in 5f8ff2f May 25, 2017
@jaceklaskowski jaceklaskowski deleted the CreatableRelationProvider-SPARK-16202 branch May 25, 2017 07:29
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.

3 participants